Interface DatabaseSchool

interface DatabaseSchool {
    id: number;
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

School ID

title: string

School title

Generated using TypeDoc