Options
All
  • Public
  • Public/Protected
  • All
Menu

In this interface we will see the structure of Metadata

interface Metadata {
key1: string;
key2: string;
code?: string;
status?: string;
}

Hierarchy

  • Metadata

Index

Properties

Properties

code?: string
key1: string
key2: string
status?: string

Generated using TypeDoc