UNPKG

fuels

Version:

Fuel TS SDK

9 lines 383 B
import type { UserFuelsConfig } from '../types'; export declare function validateConfig(config: UserFuelsConfig): Promise<{ contracts?: (string | undefined)[] | undefined; predicates?: (string | undefined)[] | undefined; scripts?: (string | undefined)[] | undefined; workspace?: string | undefined; output: string; }>; //# sourceMappingURL=validateConfig.d.ts.map