type ResumeBuilder<Result> = Result & {
__builder: "resume";
};

type Developer<Role extends string, Style extends string> = {
role: Role;
style: Style;
};

/**
*사용자 경험을 중시하는 프론트엔드 개발자 오영근입니다.
*
*email: dureng5@gmail.com
github: https://github.com/younggeun0
*
*buildProfile()를 선택해서 이동해주세요.
*
*/
function younggeun0(): Developer<"frontend", "ux-first"> {
return resume.()
}
깃허브상세 이력보기