interface QueryAllShortBookResponse {
    ShortBook: ShortBook[];
    pagination?: PageResponse;
}

Properties

ShortBook: ShortBook[]
pagination?: PageResponse