DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsDeleteArgs<ExtArgs>

    GuildTwitchNotifications delete

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

    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

    Filter which GuildTwitchNotifications to delete.