Interface DatabaseGetChairsParams

interface DatabaseGetChairsParams {
    count?: number;
    faculty_id: number;
    offset?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number

amount of chairs to get

faculty_id: number

id of the faculty to get chairs from

offset?: number

offset required to get a certain subset of chairs

Generated using TypeDoc