@sap-ux/project-access
Version:
Library to access SAP Fiori tools projects
8 lines • 318 B
TypeScript
import type * as ManifestNamespace from '@ui5/manifest/types/manifest.js';
export type { ManifestNamespace };
export type Manifest = ManifestNamespace.SAPJSONSchemaForWebApplicationManifestFile;
export interface AnnotationFile {
dataSourceUri: string;
fileContent: string;
}
//# sourceMappingURL=index.d.ts.map