interface Metadata {
    context?: Record<string, unknown>;
    [propName: string]: unknown;
}

Indexable

  • [propName: string]: unknown

Properties

Properties

context?: Record<string, unknown>