@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
33 lines • 1.18 kB
TypeScript
/**
* 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 SoSViewEntityDataColumn
*/
export interface SoSViewEntityDataColumn {
/**
*
* @type {string}
* @memberof SoSViewEntityDataColumn
*/
columnName: string;
}
/**
* Check if a given object implements the SoSViewEntityDataColumn interface.
*/
export declare function instanceOfSoSViewEntityDataColumn(value: object): value is SoSViewEntityDataColumn;
export declare function SoSViewEntityDataColumnFromJSON(json: any): SoSViewEntityDataColumn;
export declare function SoSViewEntityDataColumnFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSViewEntityDataColumn;
export declare function SoSViewEntityDataColumnToJSON(json: any): SoSViewEntityDataColumn;
export declare function SoSViewEntityDataColumnToJSONTyped(value?: SoSViewEntityDataColumn | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSViewEntityDataColumn.d.ts.map