Type Alias R2StorageFindFirstOrThrowArgs<ExtArgs>

R2StorageFindFirstOrThrowArgs<ExtArgs>: {
    cursor?: R2StorageWhereUniqueInput;
    distinct?: Prisma.R2StorageScalarFieldEnum | Prisma.R2StorageScalarFieldEnum[];
    include?: R2StorageInclude<ExtArgs> | null;
    omit?: R2StorageOmit<ExtArgs> | null;
    orderBy?: R2StorageOrderByWithRelationInput | R2StorageOrderByWithRelationInput[];
    select?: R2StorageSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: R2StorageWhereInput;
}

R2Storage findFirstOrThrow

Type Parameters

Type declaration