interface QueryGetLongBookResponse {
    LongBook: undefined | LongBook;
}

Properties

Properties

LongBook: undefined | LongBook