import type { IConfigComponent } from '@microsoft/spfx-heft-plugins'; export type IBundleConfig = Array; export interface IBundle { bundleName: string; components: IConfigComponent[]; } //# sourceMappingURL=IBundleConfig.d.ts.map