DisBot
    Preparing search index...

    Type Alias LeaveImageDataCreateOrConnectWithoutGuildLeaveSetupInput

    type LeaveImageDataCreateOrConnectWithoutGuildLeaveSetupInput = {
        create: XOR<
            LeaveImageDataCreateWithoutGuildLeaveSetupInput,
            LeaveImageDataUncheckedCreateWithoutGuildLeaveSetupInput,
        >;
        where: LeaveImageDataWhereUniqueInput;
    }
    Index

    Properties

    Properties