/** * Squidex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.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 */ export declare const AssetFolderScope: { readonly PathAndItems: "PathAndItems"; readonly Path: "Path"; readonly Items: "Items"; }; export type AssetFolderScope = typeof AssetFolderScope[keyof typeof AssetFolderScope]; export declare function instanceOfAssetFolderScope(value: any): boolean; export declare function AssetFolderScopeFromJSON(json: any): AssetFolderScope; export declare function AssetFolderScopeFromJSONTyped(json: any, _ignoreDiscriminator: boolean): AssetFolderScope; export declare function AssetFolderScopeToJSON(value?: AssetFolderScope | null): any;