DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsCreateArgs<ExtArgs>

    GuildSpotifyNotifications create

    type GuildSpotifyNotificationsCreateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildSpotifyNotificationsCreateInput,
            GuildSpotifyNotificationsUncheckedCreateInput,
        >;
        include?: GuildSpotifyNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildSpotifyNotificationsOmit<ExtArgs> | null;
        select?: GuildSpotifyNotificationsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildSpotifyNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildSpotifyNotifications

    Select specific fields to fetch from the GuildSpotifyNotifications