/** * 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. */ /** * Result of a Property-mapping test * @export * @interface PropertyMappingTestResult */ export interface PropertyMappingTestResult { /** * * @type {string} * @memberof PropertyMappingTestResult */ readonly result: string; /** * * @type {boolean} * @memberof PropertyMappingTestResult */ readonly successful: boolean; } /** * Check if a given object implements the PropertyMappingTestResult interface. */ export declare function instanceOfPropertyMappingTestResult(value: object): value is PropertyMappingTestResult; export declare function PropertyMappingTestResultFromJSON(json: any): PropertyMappingTestResult; export declare function PropertyMappingTestResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): PropertyMappingTestResult; export declare function PropertyMappingTestResultToJSON(json: any): PropertyMappingTestResult; export declare function PropertyMappingTestResultToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PropertyMappingTestResult.d.ts.map