DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGuildWelcomeSetupInput

    type GuildsCreateNestedOneWithoutGuildWelcomeSetupInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildWelcomeSetupInput;
        create?: XOR<
            GuildsCreateWithoutGuildWelcomeSetupInput,
            GuildsUncheckedCreateWithoutGuildWelcomeSetupInput,
        >;
    }
    Index

    Properties