DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsFindUniqueOrThrowArgs<ExtArgs>

    GuildSpotifyNotifications findUniqueOrThrow

    type GuildSpotifyNotificationsFindUniqueOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: GuildSpotifyNotificationsInclude<ExtArgs> | null;
        omit?: GuildSpotifyNotificationsOmit<ExtArgs> | null;
        select?: GuildSpotifyNotificationsSelect<ExtArgs> | null;
        where: GuildSpotifyNotificationsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildSpotifyNotifications

    Select specific fields to fetch from the GuildSpotifyNotifications

    Filter, which GuildSpotifyNotifications to fetch.