MCPcopy
hub / github.com/subquery/subql / ProjectSpecBase

Interface ProjectSpecBase

packages/cli/src/types.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import {DEFAULT_DEPLOYMENT_TYPE} from './constants';
7
8export interface ProjectSpecBase {
9 name: string;
10 author: string;
11 description?: string;
12 endpoint: ProjectNetworkConfig['endpoint'];
13}
14
15export interface QueryAdvancedOpts {
16 unsafe?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected