Type Alias GuildGameChangelogCountArgs<ExtArgs>

GuildGameChangelogCountArgs<ExtArgs>: Omit<GuildGameChangelogFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildGameChangelogCountAggregateInputType | true;
}

Type Parameters