/** * 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 CreateBookmarkRequestLocationAnyOf3 */ export interface CreateBookmarkRequestLocationAnyOf3 { /** * * @type {string} * @memberof CreateBookmarkRequestLocationAnyOf3 */ 'insertBeforeId': string; } /** * Check if a given object implements the CreateBookmarkRequestLocationAnyOf3 interface. */ export declare function instanceOfCreateBookmarkRequestLocationAnyOf3(value: object): value is CreateBookmarkRequestLocationAnyOf3; export declare function CreateBookmarkRequestLocationAnyOf3FromJSON(json: any): CreateBookmarkRequestLocationAnyOf3; export declare function CreateBookmarkRequestLocationAnyOf3FromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateBookmarkRequestLocationAnyOf3; export declare function CreateBookmarkRequestLocationAnyOf3ToJSON(json: any): CreateBookmarkRequestLocationAnyOf3; export declare function CreateBookmarkRequestLocationAnyOf3ToJSONTyped(value?: CreateBookmarkRequestLocationAnyOf3 | null, ignoreDiscriminator?: boolean): any;