# Functions
No description provided by the author
# Constants
ActiveStatus is the Status of a control that is ongoing.
No description provided by the author
CompletedStatus is the Status of a Control that is completed.
SuspendedStatus is the Status of a Control that is suspended.
# Structs
Category represents a strict control category.
InvalidControlNameError is an error that is returned when an invalid control name is requested.
# Interfaces
Control represents an interface that can be enabled or disabled in strict mode.
# Type aliases
Categories is multiple of DeprecatedFlag Category.
No description provided by the author
Controls are multiple of Controls.
Status represents the status of the Control.
Statuses are a set of Statuses.