/** * Fabric API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.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 CreateFolderRequestParentId */ export interface CreateFolderRequestParentId { } /** * Check if a given object implements the CreateFolderRequestParentId interface. */ export declare function instanceOfCreateFolderRequestParentId(value: object): value is CreateFolderRequestParentId; export declare function CreateFolderRequestParentIdFromJSON(json: any): CreateFolderRequestParentId; export declare function CreateFolderRequestParentIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateFolderRequestParentId; export declare function CreateFolderRequestParentIdToJSON(json: any): CreateFolderRequestParentId; export declare function CreateFolderRequestParentIdToJSONTyped(value?: CreateFolderRequestParentId | null, ignoreDiscriminator?: boolean): any;