TEST_DATA: {
WIDGET: { TITLE: string; CONTENT: string; CUSTOM_CLASS: string };
MOCK_DESCRIPTIONS: {
AVAILABILITY: string;
INTEGRITY: string;
CONFIDENTIALITY: string;
};
MOCK_OPTIONS: {
BASE: {
description: string;
impact: string;
technical: string;
capex: number;
opex: number;
bg: string;
text: string;
};
LOW: {
description: string;
impact: string;
technical: string;
capex: number;
opex: number;
bg: string;
text: string;
};
};
} = ...
Type Declaration
MOCK_DESCRIPTIONS: { AVAILABILITY: string; INTEGRITY: string; CONFIDENTIALITY: string }
MOCK_OPTIONS: {
BASE: {
description: string;
impact: string;
technical: string;
capex: number;
opex: number;
bg: string;
text: string;
};
LOW: {
description: string;
impact: string;
technical: string;
capex: number;
opex: number;
bg: string;
text: string;
};
}