/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * 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. */ /** * Base serializer class which doesn't implement create/update methods * @export * @interface MDMConfigResponse */ export interface MDMConfigResponse { /** * * @type {string} * @memberof MDMConfigResponse */ config: string; /** * * @type {string} * @memberof MDMConfigResponse */ mimeType: string; /** * * @type {string} * @memberof MDMConfigResponse */ filename: string; } /** * Check if a given object implements the MDMConfigResponse interface. */ export declare function instanceOfMDMConfigResponse(value: object): value is MDMConfigResponse; export declare function MDMConfigResponseFromJSON(json: any): MDMConfigResponse; export declare function MDMConfigResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): MDMConfigResponse; export declare function MDMConfigResponseToJSON(json: any): MDMConfigResponse; export declare function MDMConfigResponseToJSONTyped(value?: MDMConfigResponse | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=MDMConfigResponse.d.ts.map