export interface LogtoUpdateOrganizationDto {
    name?: string;
    description?: string;
    customData?: Record<string, any>;
}
