moons-ta-client
    Preparing search index...

    Interface Response_CreateQualifierEvent

    from protobuf message proto.packets.Response.CreateQualifierEvent

    interface Response_CreateQualifierEvent {
        message: string;
        qualifier?: QualifierEvent;
    }
    Index

    Properties

    Properties

    message: string

    from protobuf field: string message = 1;

    qualifier?: QualifierEvent

    from protobuf field: proto.models.QualifierEvent qualifier = 2;