DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsCreateArgs<ExtArgs>

    GuildTwitchNotifications create

    type GuildTwitchNotificationsCreateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildTwitchNotificationsCreateInput,
            GuildTwitchNotificationsUncheckedCreateInput,
        >;
        include?: GuildTwitchNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildTwitchNotificationsOmit<ExtArgs> | null;
        select?: GuildTwitchNotificationsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildTwitchNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildTwitchNotifications

    Select specific fields to fetch from the GuildTwitchNotifications