@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
16 lines • 360 B
TypeScript
export interface ISearchSiteAssetsResult {
"@odata.type": string;
id: string;
name: string;
parentReference: ParentReference;
webUrl: string;
}
interface ParentReference {
sharepointIds: SharepointIds;
siteId: string;
}
interface SharepointIds {
listId: string;
}
export {};
//# sourceMappingURL=ISearchSiteAssetsResult.d.ts.map