interface QueryGetShortBookResponse {
    ShortBook: undefined | ShortBook;
}

Properties

Properties

ShortBook: undefined | ShortBook