DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsCountArgs<ExtArgs>

    GuildTwitchNotificationsCountArgs: Omit<
        GuildTwitchNotificationsFindManyArgs,
        "select"
        | "include"
        | "distinct"
        | "omit",
    > & { select?: GuildTwitchNotificationsCountAggregateInputType | true }

    Type Parameters