export interface SPFXContext { graphHttpClient: { fetch(url: string, configuration: any, options: any): Promise; }; pageContext: { web: { absoluteUrl: string; }; }; }