DisBot
    Preparing search index...

    Type Alias WelcomeImageDataUncheckedCreateNestedOneWithoutGuildWelcomeSetupInput

    type WelcomeImageDataUncheckedCreateNestedOneWithoutGuildWelcomeSetupInput = {
        connect?: WelcomeImageDataWhereUniqueInput;
        connectOrCreate?: WelcomeImageDataCreateOrConnectWithoutGuildWelcomeSetupInput;
        create?: XOR<
            WelcomeImageDataCreateWithoutGuildWelcomeSetupInput,
            WelcomeImageDataUncheckedCreateWithoutGuildWelcomeSetupInput,
        >;
    }
    Index

    Properties