Type Alias R2StorageFindUniqueOrThrowArgs<ExtArgs>

R2StorageFindUniqueOrThrowArgs<ExtArgs>: {
    include?: R2StorageInclude<ExtArgs> | null;
    omit?: R2StorageOmit<ExtArgs> | null;
    select?: R2StorageSelect<ExtArgs> | null;
    where: R2StorageWhereUniqueInput;
}

R2Storage findUniqueOrThrow

Type Parameters

Type declaration