type DynamicApi = (...args: any[]) => Promise; interface NxStatic { $http: any; $api: any; $dapi: DynamicApi; $dapiFn: (...args: any[]) => DynamicApi; }