Variable CIA_COMPONENT_INFOConst
CIA_COMPONENT_INFO: {
AVAILABILITY: {
COLOR: string;
DESCRIPTION: string;
ICON: string;
NAME: string;
};
CONFIDENTIALITY: {
COLOR: string;
DESCRIPTION: string;
ICON: string;
NAME: string;
};
INTEGRITY: {
COLOR: string;
DESCRIPTION: string;
ICON: string;
NAME: string;
};
} = ...
Type declaration
AVAILABILITY: { COLOR: string; DESCRIPTION: string; ICON: string; NAME: string }
CONFIDENTIALITY: { COLOR: string; DESCRIPTION: string; ICON: string; NAME: string }
INTEGRITY: { COLOR: string; DESCRIPTION: string; ICON: string; NAME: string }
CIA component information