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