export interface AsterFormTransmissionCallback { message: string; callback: (data?: any) => void; }