UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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