/**
 * Representation of the 'ErrorResponse' schema.
 */
export type ErrorResponse = {
    /**
     * @example "Error occurred during tenant onboarding"
     */
    error?: string;
} & Record<string, any>;
//# sourceMappingURL=error-response.d.ts.map