export interface LogtoAddUsersToOrganizationDto {
    userIds: string[];
}
