UNPKG
@ctfer-io/pulumi-ctfdcm
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
The CTFd-CM provider for Pulumi, to manage its resources as code.
ctfer.io
ctfer-io/pulumi-ctfdcm
@ctfer-io/pulumi-ctfdcm
/
types
/
output.d.ts
11 lines
(10 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
ChallengeDynamicIaCRequirements
{
/** * Behavior if not unlocked, either hidden or anonymized. */
behavior:
string
;
/** * List of the challenges ID. */
prerequisites?:
string
[]; }