UNPKG

@sakuli/commons

Version:

8 lines 205 B
import { PropertyMap } from "./property-map.interface"; /** * */ export interface PropertySource { createPropertyMap(): Promise<PropertyMap>; } //# sourceMappingURL=property-source.interface.d.ts.map