import { KeyFormCharacteristic } from './KeyFormCharacteristic';
/** Form characteristics */
export interface FormCharacteristic {
/** Form keys to send */
keys: KeyFormCharacteristic[];
/** Form type */type: string;
}
//# sourceMappingURL=FormCharacteristic.d.ts.map