Type Alias NotificationProviderMaxOrderByAggregateInput

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