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