Type Alias R2StorageFindUniqueArgs<ExtArgs>

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

R2Storage findUnique

Type Parameters

Type declaration