DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutYoutubeNotificationsInput

    type GuildsCreateOrConnectWithoutYoutubeNotificationsInput = {
        create: XOR<
            GuildsCreateWithoutYoutubeNotificationsInput,
            GuildsUncheckedCreateWithoutYoutubeNotificationsInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties