/** * This is auto-generated file, don't modify this file manually */ export interface DatabaseSchool { /** * School ID */ id?: number; /** * School title */ title?: string; }