나의 블로그
Untitled
export const POSITION = { FIRST: "first", SECOND: "second", THIRD: "third", FOURTH: "fourth", } as const;