/** Form key description */
export interface KeyFormCharacteristic {
    /** Key name */
    key: string;
    /** Key required or not */
    required: boolean;
}
//# sourceMappingURL=KeyFormCharacteristic.d.ts.map