UNPKG

@amplitude/ampli

Version:

Amplitude CLI

8 lines (7 loc) 293 B
import { Runtime, Zone } from '../types'; import { Source } from '../graphql/types'; export default function SdkSetupAndUsageInfo(zone: Zone, org: { url: string; }, workspace: { name: string; }, source: Source, codegenDir: string, runtime: Runtime, projectDir: string): Promise<void>;