interface CustomMetadata {
    name: string;
    type: string;
}

Hierarchy

  • Record<string, string>
    • CustomMetadata

Properties

Properties

name: string
type: string