@netlify-builder/deploy
Version:
A Netlify builder schematics for deployment
1 lines • 420 B
Source Map (JSON)
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["interfaces.ts"],"names":[],"mappings":"","sourcesContent":["\nexport interface WorkspaceProject {\n projectType?: string;\n architect?: Record<\n string,\n { builder: string; options?: Record<string, any> }\n >;\n}\n\nexport interface Workspace {\n defaultProject?: string;\n projects: Record<string, WorkspaceProject>;\n}\n"]}