UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

10 lines 232 B
export interface FileInfo { AbsoluteFileUrl: string; ServerRelativeUrl: string; FileExtension?: string; Id: string; ListId: string; WebId: string; SiteId: string; } //# sourceMappingURL=IFileInfo.d.ts.map