UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

12 lines (11 loc) 446 B
import { OmniaSharePointBootstrapData, SharePointPageContext } from "../../sp/models"; import { ApplicationCustomizerContext } from "./Context"; export interface OmniaSpfxBootstrapData extends OmniaSharePointBootstrapData { sharepoint: { adminUrl: string; authorityUrl: string; mySiteUrl: string; pageContext: SharePointPageContext; applicationCustomizerContext: ApplicationCustomizerContext; }; }