import { FormOptionsMap } from "../form/type"; export interface EditProps { id: Id; data: A; submitLabel?: string; formOptions?: FormOptionsMap; postUpdate?: (a: A) => void; }