import { LibraryResolveResult } from "@omnia/fx-sp"; import { CentralImageLocation } from "@omnia/fx/models"; export interface ICentralMediaLibraryProviderSettings { centralImageLocation: CentralImageLocation; onResolve: (resolveResult: LibraryResolveResult) => {}; }