DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutGuildWelcomeSetupInput

    type GuildsUpsertWithoutGuildWelcomeSetupInput = {
        create: XOR<
            GuildsCreateWithoutGuildWelcomeSetupInput,
            GuildsUncheckedCreateWithoutGuildWelcomeSetupInput,
        >;
        update: XOR<
            GuildsUpdateWithoutGuildWelcomeSetupInput,
            GuildsUncheckedUpdateWithoutGuildWelcomeSetupInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties