Interface DatabaseGetChairsResponse

interface DatabaseGetChairsResponse {
    count: number;
    items: BaseObject[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: BaseObject[]

Generated using TypeDoc