Interface ImplantBuilds_ConfigsEntry

interface ImplantBuilds_ConfigsEntry {
    key: string;
    value?: clientpb.ImplantConfig;
}

Properties

Properties

key: string