Skip to content

Flags

FlagTypeTemplatesDict

Bases: TypedDict

Represents the HTML templates for the UI to edit the flag type

Source code in ctfdpy\types\flags.py
 4
 5
 6
 7
 8
 9
10
class FlagTypeTemplatesDict(TypedDict):
    """
    Represents the HTML templates for the UI to edit the flag type
    """

    create: str
    update: str