UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

24 lines 1.29 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 { SoSNotificationEntityMetadataComment } from './SoSNotificationEntityMetadataComment'; import type { SoSNotificationEntityMetadataMessage } from './SoSNotificationEntityMetadataMessage'; /** * @type SoSNotificationEntityBaseMetadata * Metadata containing routing information and context for the notification * @export */ export type SoSNotificationEntityBaseMetadata = SoSNotificationEntityMetadataComment | SoSNotificationEntityMetadataMessage; export declare function SoSNotificationEntityBaseMetadataFromJSON(json: any): SoSNotificationEntityBaseMetadata; export declare function SoSNotificationEntityBaseMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSNotificationEntityBaseMetadata; export declare function SoSNotificationEntityBaseMetadataToJSON(json: any): any; export declare function SoSNotificationEntityBaseMetadataToJSONTyped(value?: SoSNotificationEntityBaseMetadata | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSNotificationEntityBaseMetadata.d.ts.map