UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

45 lines 1.55 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 V4AirtableListCommentsAuthorDto */ export interface V4AirtableListCommentsAuthorDto { /** * Author ID * @type {string} * @memberof V4AirtableListCommentsAuthorDto */ id: string; /** * Author email * @type {string} * @memberof V4AirtableListCommentsAuthorDto */ email?: string; /** * Author name * @type {string} * @memberof V4AirtableListCommentsAuthorDto */ name?: string; } /** * Check if a given object implements the V4AirtableListCommentsAuthorDto interface. */ export declare function instanceOfV4AirtableListCommentsAuthorDto(value: object): value is V4AirtableListCommentsAuthorDto; export declare function V4AirtableListCommentsAuthorDtoFromJSON(json: any): V4AirtableListCommentsAuthorDto; export declare function V4AirtableListCommentsAuthorDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4AirtableListCommentsAuthorDto; export declare function V4AirtableListCommentsAuthorDtoToJSON(json: any): V4AirtableListCommentsAuthorDto; export declare function V4AirtableListCommentsAuthorDtoToJSONTyped(value?: V4AirtableListCommentsAuthorDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4AirtableListCommentsAuthorDto.d.ts.map