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