In this interface we will see the structure of Metadata
interface Metadata { key1: string; key2: string; code?: string; status?: string;}
Generated using TypeDoc
In this interface we will see the structure of Metadata