/** * School Reporting Systems API * School Reporting Systems. * * The version of the OpenAPI document: 1.0 * Contact: tony.henderson@elevenfiftynine.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface SchoolInformationViewModel */ export interface SchoolInformationViewModel { /** * * @type {number} * @memberof SchoolInformationViewModel */ keyIndex?: number; /** * * @type {string} * @memberof SchoolInformationViewModel */ schoolId?: string; /** * * @type {string} * @memberof SchoolInformationViewModel */ information?: string | null; /** * * @type {string} * @memberof SchoolInformationViewModel */ submmissionDate?: string | null; /** * * @type {string} * @memberof SchoolInformationViewModel */ revisedDate?: string | null; /** * * @type {number} * @memberof SchoolInformationViewModel */ acadamicYearStart?: number; /** * * @type {number} * @memberof SchoolInformationViewModel */ acadamicMonthStart?: number; /** * * @type {number} * @memberof SchoolInformationViewModel */ acadamicYearEnd?: number; /** * * @type {number} * @memberof SchoolInformationViewModel */ acadamicMonthEnd?: number; /** * * @type {string} * @memberof SchoolInformationViewModel */ status?: string | null; /** * * @type {string} * @memberof SchoolInformationViewModel */ id?: string; }