UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.83 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 V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto */ export interface V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto { /** * Airtable table ID * @type {string} * @memberof V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto */ tableId: string; /** * Airtable record ID * @type {string} * @memberof V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto */ recordId: string; } /** * Check if a given object implements the V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto interface. */ export declare function instanceOfV4AirtableCommentSubscriptionsCreateSubscriptionBodyDto(value: object): value is V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto; export declare function V4AirtableCommentSubscriptionsCreateSubscriptionBodyDtoFromJSON(json: any): V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto; export declare function V4AirtableCommentSubscriptionsCreateSubscriptionBodyDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto; export declare function V4AirtableCommentSubscriptionsCreateSubscriptionBodyDtoToJSON(json: any): V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto; export declare function V4AirtableCommentSubscriptionsCreateSubscriptionBodyDtoToJSONTyped(value?: V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4AirtableCommentSubscriptionsCreateSubscriptionBodyDto.d.ts.map