UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

34 lines 1.92 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. */ import type { V4AirtableCommentSubscriptionsUpdateSubscriptionBody } from './V4AirtableCommentSubscriptionsUpdateSubscriptionBody'; /** * * @export * @interface V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto */ export interface V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto { /** * The subscription fields to update * @type {V4AirtableCommentSubscriptionsUpdateSubscriptionBody} * @memberof V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto */ subscription: V4AirtableCommentSubscriptionsUpdateSubscriptionBody; } /** * Check if a given object implements the V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto interface. */ export declare function instanceOfV4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto(value: object): value is V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto; export declare function V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDtoFromJSON(json: any): V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto; export declare function V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto; export declare function V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDtoToJSON(json: any): V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto; export declare function V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDtoToJSONTyped(value?: V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4AirtableCommentSubscriptionsUpdateSubscriptionBodyDto.d.ts.map