Variable MetaStoreInstancesURLConst

MetaStoreInstancesURL: {
    Local MetaStore instance: string;
    MetaRepo: string;
    NFDI MatWerk: string;
} | {
    Local MetaStore instance?: undefined;
    MetaRepo: string;
    NFDI MatWerk: string;
} = ...

Type declaration

  • Local MetaStore instance: string
  • MetaRepo: string
  • NFDI MatWerk: string

Type declaration

  • Optional Local MetaStore instance?: undefined
  • MetaRepo: string
  • NFDI MatWerk: string

Generated using TypeDoc