Files
docmd-io--docmd/packages/plugins/threads/e2e/globals.d.ts
T
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

8 lines
217 B
TypeScript

/**
* Global type declarations for the docmd browser runtime,
* used in Playwright page.evaluate() contexts.
*/
declare const docmd: {
call: (action: string, payload: Record<string, unknown>) => Promise<any>;
};