Type Alias GuildMessageButtonCountArgs<ExtArgs>

GuildMessageButtonCountArgs<ExtArgs>: Omit<GuildMessageButtonFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildMessageButtonCountAggregateInputType | true;
}

Type Parameters