UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.47 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 V4FileUploadsUpdateFileUploadResponseDto */ export interface V4FileUploadsUpdateFileUploadResponseDto { /** * The ID of the updated file upload * @type {number} * @memberof V4FileUploadsUpdateFileUploadResponseDto */ fileUploadId: number; } /** * Check if a given object implements the V4FileUploadsUpdateFileUploadResponseDto interface. */ export declare function instanceOfV4FileUploadsUpdateFileUploadResponseDto(value: object): value is V4FileUploadsUpdateFileUploadResponseDto; export declare function V4FileUploadsUpdateFileUploadResponseDtoFromJSON(json: any): V4FileUploadsUpdateFileUploadResponseDto; export declare function V4FileUploadsUpdateFileUploadResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4FileUploadsUpdateFileUploadResponseDto; export declare function V4FileUploadsUpdateFileUploadResponseDtoToJSON(json: any): V4FileUploadsUpdateFileUploadResponseDto; export declare function V4FileUploadsUpdateFileUploadResponseDtoToJSONTyped(value?: V4FileUploadsUpdateFileUploadResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4FileUploadsUpdateFileUploadResponseDto.d.ts.map