/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * 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 FlowLayoutEnum: { readonly Stacked: "stacked"; readonly ContentLeft: "content_left"; readonly ContentRight: "content_right"; readonly SidebarLeft: "sidebar_left"; readonly SidebarRight: "sidebar_right"; readonly UnknownDefaultOpenApi: "11184809"; }; export type FlowLayoutEnum = typeof FlowLayoutEnum[keyof typeof FlowLayoutEnum]; export declare function instanceOfFlowLayoutEnum(value: any): boolean; export declare function FlowLayoutEnumFromJSON(json: any): FlowLayoutEnum; export declare function FlowLayoutEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): FlowLayoutEnum; export declare function FlowLayoutEnumToJSON(value?: FlowLayoutEnum | null): any; export declare function FlowLayoutEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): FlowLayoutEnum; //# sourceMappingURL=FlowLayoutEnum.d.ts.map