Type Alias NotificationProviderMaxAggregateOutputType

NotificationProviderMaxAggregateOutputType: {
    dbId: string | null;
    enabled: boolean | null;
    name: string | null;
    updatedAt: Date | null;
}