Type Alias GuildAutoLiveRoleCountArgs<ExtArgs>

GuildAutoLiveRoleCountArgs<ExtArgs>: Omit<GuildAutoLiveRoleFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildAutoLiveRoleCountAggregateInputType | true;
}

Type Parameters