Interface ImplantProfile

interface ImplantProfile {
    Config?: clientpb.ImplantConfig;
    ID: string;
    Name: string;
}

Properties

Properties

ID: string
Name: string