Type Alias UserNotificationsIncludeCreateManyAndReturn<ExtArgs>

UserNotificationsIncludeCreateManyAndReturn<ExtArgs>: {
    user?: boolean | UserNotifications$userArgs<ExtArgs>;
}

Type Parameters