File

src/app/core/models/meta-data.ts

Description

Interface for a metadata field

Index

Properties

Properties

label
label: string
Type : string

Name of field

value
value: string
Type : string
Optional

Value of field

export interface MetaDataField {
  /** Name of field */
  label: string;
  /** Value of field */
  value?: string;
}

/** Export metadata type as array of metadata field objects */
export type MetaData = MetaDataField[];

results matching ""

    No results matching ""