interface IClose {
    owner: string;
    symbol: string;
}

Properties

Properties

owner: string
symbol: string