Type Alias NotificationProviderCountOrderByAggregateInput

NotificationProviderCountOrderByAggregateInput: {
    dbId?: Prisma.SortOrder;
    enabled?: Prisma.SortOrder;
    name?: Prisma.SortOrder;
    updatedAt?: Prisma.SortOrder;
}