Interface ExternalImplantConfig_EncodersEntry

interface ExternalImplantConfig_EncodersEntry {
    key: string;
    value: string;
}

Properties

Properties

key: string
value: string