UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

8 lines (7 loc) 458 B
import { BusinessProfileProperty, IOmniaPropertyBag, BusinessProfileWithProperties } from "../../models"; export declare class BusinessProfilePropertyBagFactory { static create: (businessProfile: BusinessProfileWithProperties) => IOmniaPropertyBag<BusinessProfileProperty>; } export declare class BusinessProfilePathPropertyBagFactory { static create: (businessProfile: BusinessProfileWithProperties) => IOmniaPropertyBag<BusinessProfileProperty>; }