import * as pulumi from "@pulumi/pulumi"; export interface ChallengeDynamicRequirements { /** * Behavior if not unlocked, either hidden or anonymized. */ behavior?: pulumi.Input; /** * List of the challenges ID. */ prerequisites?: pulumi.Input[]>; } export interface ChallengeStandardRequirements { /** * Behavior if not unlocked, either hidden or anonymized. */ behavior?: pulumi.Input; /** * List of the challenges ID. */ prerequisites?: pulumi.Input[]>; } //# sourceMappingURL=input.d.ts.map