@lapidist/cv-generator
Version:
Lapidist cv-generator
19 lines (18 loc) • 398 B
TypeScript
export declare const copy: {
SUMMARY: string[];
SELECTED_ACHIEVEMENTS: string[];
KEY_PROJECTS: string[];
EXPERIENCES: {
title: string;
company: string;
location: string;
from: string;
to: string;
summary: string;
bullets: string[];
}[];
SKILL_CATEGORIES: {
title: string;
skills: string[];
}[];
};