Type Alias R2Storage$guildsArgs<ExtArgs>

R2Storage$guildsArgs<ExtArgs>: {
    cursor?: R2StorageGuildWhereUniqueInput;
    distinct?: R2StorageGuildScalarFieldEnum | R2StorageGuildScalarFieldEnum[];
    include?: R2StorageGuildInclude<ExtArgs> | null;
    omit?: R2StorageGuildOmit<ExtArgs> | null;
    orderBy?: R2StorageGuildOrderByWithRelationInput | R2StorageGuildOrderByWithRelationInput[];
    select?: R2StorageGuildSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: R2StorageGuildWhereInput;
}

R2Storage.guilds

Type Parameters

Type declaration