Interface RegistrySubKeyList

interface RegistrySubKeyList {
    Response?: commonpb.Response;
    Subkeys: string[];
}

Properties

Properties

Response?: commonpb.Response
Subkeys: string[]