Type Alias R2StorageGuildCountArgs<ExtArgs>

R2StorageGuildCountArgs<ExtArgs>: Omit<R2StorageGuildFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: R2StorageGuildCountAggregateInputType | true;
}

Type Parameters