UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

45 lines 1.41 kB
/** * API v4 * Swagger documentation for API v4 * * The version of the OpenAPI document: 4.0 * * * 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 SoSSchoolzoneEntityBase */ export interface SoSSchoolzoneEntityBase { /** * * @type {string} * @memberof SoSSchoolzoneEntityBase */ szid: string; /** * * @type {string} * @memberof SoSSchoolzoneEntityBase */ name?: string; /** * * @type {object} * @memberof SoSSchoolzoneEntityBase */ attomNeighborhoodCommunityData?: object; } /** * Check if a given object implements the SoSSchoolzoneEntityBase interface. */ export declare function instanceOfSoSSchoolzoneEntityBase(value: object): value is SoSSchoolzoneEntityBase; export declare function SoSSchoolzoneEntityBaseFromJSON(json: any): SoSSchoolzoneEntityBase; export declare function SoSSchoolzoneEntityBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSSchoolzoneEntityBase; export declare function SoSSchoolzoneEntityBaseToJSON(json: any): SoSSchoolzoneEntityBase; export declare function SoSSchoolzoneEntityBaseToJSONTyped(value?: SoSSchoolzoneEntityBase | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSSchoolzoneEntityBase.d.ts.map