UNPKG

@mcma/core

Version:

Node module with type definitions and helper utils for the EBU MCMA framework

8 lines (7 loc) 188 B
export interface McmaObjectProperties { ["@type"]?: string; } export declare class McmaObject implements McmaObjectProperties { ["@type"]: string; constructor(type: string); }