| 6 | import {DEFAULT_DEPLOYMENT_TYPE} from './constants'; |
| 7 | |
| 8 | export interface ProjectSpecBase { |
| 9 | name: string; |
| 10 | author: string; |
| 11 | description?: string; |
| 12 | endpoint: ProjectNetworkConfig['endpoint']; |
| 13 | } |
| 14 | |
| 15 | export interface QueryAdvancedOpts { |
| 16 | unsafe?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected