/** * 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 */ export declare const SystemSubtypes: { readonly Inbox: "inbox"; readonly Bin: "bin"; }; export type SystemSubtypes = typeof SystemSubtypes[keyof typeof SystemSubtypes]; export declare function instanceOfSystemSubtypes(value: any): boolean; export declare function SystemSubtypesFromJSON(json: any): SystemSubtypes; export declare function SystemSubtypesFromJSONTyped(json: any, ignoreDiscriminator: boolean): SystemSubtypes; export declare function SystemSubtypesToJSON(value?: SystemSubtypes | null): any; export declare function SystemSubtypesToJSONTyped(value: any, ignoreDiscriminator: boolean): SystemSubtypes;