Type Alias UserNotificationsCreateWithoutUserInput

UserNotificationsCreateWithoutUserInput: {
    dbId?: string;
    isRead: boolean;
    list?: UserNotificationDataCreateNestedManyWithoutUserNotificationsInput;
}