/** * 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. */ /** * Parent resource ID or an alias (the alias is resolved to the actual ID during the request handling). * @export * @interface CreateBookmarkRequestParentId */ export interface CreateBookmarkRequestParentId { } /** * Check if a given object implements the CreateBookmarkRequestParentId interface. */ export declare function instanceOfCreateBookmarkRequestParentId(value: object): value is CreateBookmarkRequestParentId; export declare function CreateBookmarkRequestParentIdFromJSON(json: any): CreateBookmarkRequestParentId; export declare function CreateBookmarkRequestParentIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateBookmarkRequestParentId; export declare function CreateBookmarkRequestParentIdToJSON(json: any): CreateBookmarkRequestParentId; export declare function CreateBookmarkRequestParentIdToJSONTyped(value?: CreateBookmarkRequestParentId | null, ignoreDiscriminator?: boolean): any;