/**
 * Representation of the 'MessageResponse' schema.
 */
export type MessageResponse = {
    /**
     * @example "Tenant onboarding request accepted"
     */
    message?: string;
} & Record<string, any>;
//# sourceMappingURL=message-response.d.ts.map