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