DisBot
    Preparing search index...

    Type Alias LeaveImageDataUpsertWithoutGuildLeaveSetupInput

    type LeaveImageDataUpsertWithoutGuildLeaveSetupInput = {
        create: XOR<
            LeaveImageDataCreateWithoutGuildLeaveSetupInput,
            LeaveImageDataUncheckedCreateWithoutGuildLeaveSetupInput,
        >;
        update: XOR<
            LeaveImageDataUpdateWithoutGuildLeaveSetupInput,
            LeaveImageDataUncheckedUpdateWithoutGuildLeaveSetupInput,
        >;
        where?: LeaveImageDataWhereInput;
    }
    Index

    Properties

    Properties