DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsCreateOrConnectWithoutGuildsInput

    type GuildSpotifyNotificationsCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildSpotifyNotificationsCreateWithoutGuildsInput,
            GuildSpotifyNotificationsUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildSpotifyNotificationsWhereUniqueInput;
    }
    Index

    Properties

    Properties