Type Alias UserNotificationsCreateWithoutListInput

UserNotificationsCreateWithoutListInput: {
    dbId?: string;
    isRead: boolean;
    user?: UserCreateNestedOneWithoutNotificationsInput;
}