/** * 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. */ import type { LogEvent } from './LogEvent'; /** * Result of a single object sync * @export * @interface SyncObjectResult */ export interface SyncObjectResult { /** * * @type {Array} * @memberof SyncObjectResult */ readonly messages: Array; } /** * Check if a given object implements the SyncObjectResult interface. */ export declare function instanceOfSyncObjectResult(value: object): value is SyncObjectResult; export declare function SyncObjectResultFromJSON(json: any): SyncObjectResult; export declare function SyncObjectResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): SyncObjectResult; export declare function SyncObjectResultToJSON(json: any): SyncObjectResult; export declare function SyncObjectResultToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SyncObjectResult.d.ts.map