Interface DatabaseGetSchoolClassesParams

interface DatabaseGetSchoolClassesParams {
    country_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

country_id?: number

Country ID.

Generated using TypeDoc