DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsDefaultArgs<ExtArgs>

    GuildTwitchNotifications without action

    type GuildTwitchNotificationsDefaultArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: GuildTwitchNotificationsInclude<ExtArgs> | null;
        omit?: GuildTwitchNotificationsOmit<ExtArgs> | null;
        select?: GuildTwitchNotificationsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildTwitchNotifications

    Select specific fields to fetch from the GuildTwitchNotifications