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