DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupUpsertWithoutImageDataInput

    type GuildLeaveSetupUpsertWithoutImageDataInput = {
        create: XOR<
            GuildLeaveSetupCreateWithoutImageDataInput,
            GuildLeaveSetupUncheckedCreateWithoutImageDataInput,
        >;
        update: XOR<
            GuildLeaveSetupUpdateWithoutImageDataInput,
            GuildLeaveSetupUncheckedUpdateWithoutImageDataInput,
        >;
        where?: GuildLeaveSetupWhereInput;
    }
    Index

    Properties

    Properties