mirror of
https://github.com/sern-handler/website
synced 2026-06-21 23:32:22 +00:00
2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
export declare function post(body: Record<string, any>): Promise<any>;
|