Files
16gagent/.benchmark/hr/frontend/services/notices.ts
T
2026-06-06 10:40:48 +08:00

7 lines
161 B
TypeScript

// Auto-generated notices service
import { api } from "./api";
export function post(data: Record<string, unknown>) {
return api.post("/api/notices", data);
}