/** * 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 CreateBookmarkRequestTagsInnerAnyOf */ export interface CreateBookmarkRequestTagsInnerAnyOf { /** * * @type {string} * @memberof CreateBookmarkRequestTagsInnerAnyOf */ 'id': string; } /** * Check if a given object implements the CreateBookmarkRequestTagsInnerAnyOf interface. */ export declare function instanceOfCreateBookmarkRequestTagsInnerAnyOf(value: object): value is CreateBookmarkRequestTagsInnerAnyOf; export declare function CreateBookmarkRequestTagsInnerAnyOfFromJSON(json: any): CreateBookmarkRequestTagsInnerAnyOf; export declare function CreateBookmarkRequestTagsInnerAnyOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateBookmarkRequestTagsInnerAnyOf; export declare function CreateBookmarkRequestTagsInnerAnyOfToJSON(json: any): CreateBookmarkRequestTagsInnerAnyOf; export declare function CreateBookmarkRequestTagsInnerAnyOfToJSONTyped(value?: CreateBookmarkRequestTagsInnerAnyOf | null, ignoreDiscriminator?: boolean): any;