/** Represents reference to app store addin. */ export interface IAddinReference { /** Gets or sets addin reference URL pointing to app store. */ url: string; } //# sourceMappingURL=addin_reference.d.ts.map