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