/** * 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. */ /** * Transactional creation response * @export * @interface TransactionApplicationResponse */ export interface TransactionApplicationResponse { /** * * @type {boolean} * @memberof TransactionApplicationResponse */ applied: boolean; /** * * @type {Array} * @memberof TransactionApplicationResponse */ logs: Array; } /** * Check if a given object implements the TransactionApplicationResponse interface. */ export declare function instanceOfTransactionApplicationResponse(value: object): value is TransactionApplicationResponse; export declare function TransactionApplicationResponseFromJSON(json: any): TransactionApplicationResponse; export declare function TransactionApplicationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionApplicationResponse; export declare function TransactionApplicationResponseToJSON(json: any): TransactionApplicationResponse; export declare function TransactionApplicationResponseToJSONTyped(value?: TransactionApplicationResponse | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TransactionApplicationResponse.d.ts.map