/** Response ack for posting a form */
export interface Response {
    /** Message after posting a form */
    message: string;
}
//# sourceMappingURL=Response.d.ts.map