type 회원구분 = '정회원' | '준회원';
export const 숨길메뉴들: Record<회원구분, string[]> = {
정회원: [
'0001',
],
준회원: [],
};
Subscribe
Login
0 Comments