interface ManifestApiItem { code: string pattern: string location: string } interface ManifestSchema { apis: Array } export type { ManifestApiItem, ManifestSchema }