UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 261 B
/** possible value for specific answer */ export interface PossibleValue { /** answer id */ id?: number; /** answer choice string */ label?: string; /** answer choice value */ value?: string; } //# sourceMappingURL=PossibleValue.d.ts.map