/** * 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 DistrictViewModel */ export interface DistrictViewModel { /** * * @type {string} * @memberof DistrictViewModel */ countyId?: string; /** * * @type {string} * @memberof DistrictViewModel */ code?: string | null; /** * * @type {string} * @memberof DistrictViewModel */ name?: string | null; /** * * @type {string} * @memberof DistrictViewModel */ id?: string; }