DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupUpsertWithoutGuildsInput

    type GuildLeaveSetupUpsertWithoutGuildsInput = {
        create: XOR<
            GuildLeaveSetupCreateWithoutGuildsInput,
            GuildLeaveSetupUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildLeaveSetupUpdateWithoutGuildsInput,
            GuildLeaveSetupUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildLeaveSetupWhereInput;
    }
    Index

    Properties

    Properties