Type Alias User$notificationsArgs<ExtArgs>

User$notificationsArgs<ExtArgs>: {
    include?: UserNotificationsInclude<ExtArgs> | null;
    omit?: UserNotificationsOmit<ExtArgs> | null;
    select?: UserNotificationsSelect<ExtArgs> | null;
    where?: UserNotificationsWhereInput;
}

User.notifications

Type Parameters

Type declaration