UNPKG

@ctfer-io/pulumi-ctfdcm

Version:

The CTFd-CM provider for Pulumi, to manage its resources as code.

11 lines (10 loc) 233 B
export interface ChallengeDynamicIaCRequirements { /** * Behavior if not unlocked, either hidden or anonymized. */ behavior: string; /** * List of the challenges ID. */ prerequisites?: string[]; }