DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupUncheckedCreateNestedOneWithoutGuildsInput

    type GuildWelcomeSetupUncheckedCreateNestedOneWithoutGuildsInput = {
        connect?: GuildWelcomeSetupWhereUniqueInput;
        connectOrCreate?: GuildWelcomeSetupCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            GuildWelcomeSetupCreateWithoutGuildsInput,
            GuildWelcomeSetupUncheckedCreateWithoutGuildsInput,
        >;
    }
    Index

    Properties