DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsCreateOrConnectWithoutGuildsInput

    type GuildYoutubeNotificationsCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildYoutubeNotificationsCreateWithoutGuildsInput,
            GuildYoutubeNotificationsUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildYoutubeNotificationsWhereUniqueInput;
    }
    Index

    Properties

    Properties