/** * 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 WikiDocumentCategory: { readonly Engineering: "engineering"; readonly Product: "product"; readonly ClientTracker: "client_tracker"; readonly UserResearch: "user_research"; readonly Other: "other"; }; export type WikiDocumentCategory = typeof WikiDocumentCategory[keyof typeof WikiDocumentCategory]; export declare function instanceOfWikiDocumentCategory(value: any): boolean; export declare function WikiDocumentCategoryFromJSON(json: any): WikiDocumentCategory; export declare function WikiDocumentCategoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): WikiDocumentCategory; export declare function WikiDocumentCategoryToJSON(value?: WikiDocumentCategory | null): any; export declare function WikiDocumentCategoryToJSONTyped(value: any, ignoreDiscriminator: boolean): WikiDocumentCategory;