interface CodecMap {
    local: Map<string, string>;
    remote: Map<string, string>;
}

Properties

Properties

local: Map<string, string>
remote: Map<string, string>