/** * 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 AgentWeekDay: { readonly NUMBER_1: 1; readonly NUMBER_2: 2; readonly NUMBER_3: 3; readonly NUMBER_4: 4; readonly NUMBER_5: 5; readonly NUMBER_6: 6; readonly NUMBER_7: 7; }; export type AgentWeekDay = typeof AgentWeekDay[keyof typeof AgentWeekDay]; export declare function instanceOfAgentWeekDay(value: any): boolean; export declare function AgentWeekDayFromJSON(json: any): AgentWeekDay; export declare function AgentWeekDayFromJSONTyped(json: any, ignoreDiscriminator: boolean): AgentWeekDay; export declare function AgentWeekDayToJSON(value?: AgentWeekDay | null): any; export declare function AgentWeekDayToJSONTyped(value: any, ignoreDiscriminator: boolean): AgentWeekDay;