Interface RegistryRead

interface RegistryRead {
    Response?: commonpb.Response;
    Value: string;
}

Properties

Properties

Response?: commonpb.Response
Value: string