Interface EncodeObject

interface EncodeObject {
    typeUrl: string;
    value: any;
}

Properties

Properties

typeUrl: string
value: any