DisBot
    Preparing search index...

    Type Alias WelcomeImageDataCreateOrConnectWithoutGuildWelcomeSetupInput

    type WelcomeImageDataCreateOrConnectWithoutGuildWelcomeSetupInput = {
        create: XOR<
            WelcomeImageDataCreateWithoutGuildWelcomeSetupInput,
            WelcomeImageDataUncheckedCreateWithoutGuildWelcomeSetupInput,
        >;
        where: WelcomeImageDataWhereUniqueInput;
    }
    Index

    Properties

    Properties