/** * @exports * @interface */ export interface IDynamicPropertyOutput { writeDynamicProperty: (name: string, value: any) => void; }