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