moons-ta-client
    Preparing search index...

    Interface Characteristic

    from protobuf message proto.models.Characteristic

    interface Characteristic {
        difficulties: number[];
        serializedName: string;
    }
    Index

    Properties

    difficulties: number[]

    from protobuf field: repeated int32 difficulties = 2;

    serializedName: string

    from protobuf field: string serialized_name = 1;