/** * 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 * @interface InstallID */ export interface InstallID { /** * * @type {string} * @memberof InstallID */ installId: string; } /** * Check if a given object implements the InstallID interface. */ export declare function instanceOfInstallID(value: object): value is InstallID; export declare function InstallIDFromJSON(json: any): InstallID; export declare function InstallIDFromJSONTyped(json: any, ignoreDiscriminator: boolean): InstallID; export declare function InstallIDToJSON(json: any): InstallID; export declare function InstallIDToJSONTyped(value?: InstallID | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=InstallID.d.ts.map