UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 200 B
/** Possible value for an answer to the question */ export interface AnswerAllowedValue { /** Possible answer to the question */ key: string; } //# sourceMappingURL=AnswerAllowedValue.d.ts.map