/** * 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. */ /** * Global default outpost config * @export * @interface OutpostDefaultConfig */ export interface OutpostDefaultConfig { /** * * @type {{ [key: string]: any; }} * @memberof OutpostDefaultConfig */ readonly config: { [key: string]: any; }; } /** * Check if a given object implements the OutpostDefaultConfig interface. */ export declare function instanceOfOutpostDefaultConfig(value: object): value is OutpostDefaultConfig; export declare function OutpostDefaultConfigFromJSON(json: any): OutpostDefaultConfig; export declare function OutpostDefaultConfigFromJSONTyped(json: any, ignoreDiscriminator: boolean): OutpostDefaultConfig; export declare function OutpostDefaultConfigToJSON(json: any): OutpostDefaultConfig; export declare function OutpostDefaultConfigToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=OutpostDefaultConfig.d.ts.map