UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 203 B
/** Answer to a form */ export interface Answer { /** Question of the answer */ question: string; /** Answer value to the question */ value: string; } //# sourceMappingURL=Answer.d.ts.map