/** * 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. */ /** * * @export * @interface BulkDeleteSessionResponse */ export interface BulkDeleteSessionResponse { /** * * @type {number} * @memberof BulkDeleteSessionResponse */ deleted: number; } /** * Check if a given object implements the BulkDeleteSessionResponse interface. */ export declare function instanceOfBulkDeleteSessionResponse(value: object): value is BulkDeleteSessionResponse; export declare function BulkDeleteSessionResponseFromJSON(json: any): BulkDeleteSessionResponse; export declare function BulkDeleteSessionResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): BulkDeleteSessionResponse; export declare function BulkDeleteSessionResponseToJSON(json: any): BulkDeleteSessionResponse; export declare function BulkDeleteSessionResponseToJSONTyped(value?: BulkDeleteSessionResponse | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=BulkDeleteSessionResponse.d.ts.map