Type alias Metadata

Metadata: {
    [key: string]: string | boolean;
}

Type declaration

  • [key: string]: string | boolean

Example

{ 'someKey': 'someValue' }