UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.35 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 V4TenantsCreateTenantResponseDto */ export interface V4TenantsCreateTenantResponseDto { /** * The unique identifier of the created tenant * @type {number} * @memberof V4TenantsCreateTenantResponseDto */ tenantId: number; } /** * Check if a given object implements the V4TenantsCreateTenantResponseDto interface. */ export declare function instanceOfV4TenantsCreateTenantResponseDto(value: object): value is V4TenantsCreateTenantResponseDto; export declare function V4TenantsCreateTenantResponseDtoFromJSON(json: any): V4TenantsCreateTenantResponseDto; export declare function V4TenantsCreateTenantResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4TenantsCreateTenantResponseDto; export declare function V4TenantsCreateTenantResponseDtoToJSON(json: any): V4TenantsCreateTenantResponseDto; export declare function V4TenantsCreateTenantResponseDtoToJSONTyped(value?: V4TenantsCreateTenantResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4TenantsCreateTenantResponseDto.d.ts.map