Files
pezkuwi-apps/endpoint.d.ts
github-actions[bot] f3ee114735 Updates
2026-01-18 03:14:49 +00:00

3 lines
238 B
TypeScript

import type { ApiPromise } from '@pezkuwi/api';
export declare function findMissingApis(api: ApiPromise, needsApi?: (string | string[])[], needsApiInstances?: boolean, needsApiCheck?: (api: ApiPromise) => boolean): (string | string[])[];