Interface ImplantBuilds_ResourceIDsEntry

interface ImplantBuilds_ResourceIDsEntry {
    key: string;
    value?: clientpb.ResourceID;
}

Properties

Properties

key: string