Type alias RegistryInfo

RegistryInfo: {
    data: any;
    rootKey: string;
    subkey: string;
    type: string;
    value: string;
}

Type declaration

  • data: any
  • rootKey: string
  • subkey: string
  • type: string
  • value: string

Generated using TypeDoc