DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsCreateOrConnectWithoutGuildsInput

    type GuildTwitchNotificationsCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildTwitchNotificationsCreateWithoutGuildsInput,
            GuildTwitchNotificationsUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildTwitchNotificationsWhereUniqueInput;
    }
    Index

    Properties

    Properties