DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsFindUniqueOrThrowArgs<ExtArgs>

    GuildTwitchNotifications findUniqueOrThrow

    type GuildTwitchNotificationsFindUniqueOrThrowArgs<
        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 fetch.