Type Alias GuildGiveawayEntryCountArgs<ExtArgs>

GuildGiveawayEntryCountArgs<ExtArgs>: Omit<GuildGiveawayEntryFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildGiveawayEntryCountAggregateInputType | true;
}

Type Parameters