Configuration object interface for MetaData
Signature:
export interface IMetaData
Properties
Property | Type | Description |
---|---|---|
name | string | The key to send to the services |
value | string | The value to assign to the aforementioned key |
IMetaData.name property
The key to send to the services
Signature:
readonly name: string;
IMetaData.value property
The value to assign to the aforementioned key
Signature:
readonly value: string;