Skip to content

Commit

Permalink
feat: changed
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Aug 31, 2024
1 parent 4e46fca commit 8fa0be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface TagType {
export const INFO_TYPES = ['경험_정리', '자기소개서', '면접_질문'] as const;
export type InfoType = (typeof INFO_TYPES)[number];

export const ANNOUNCEMENT_TYPES = ['서류_준비', '과제_준비', '인터뷰_준비', '내_정보_복사'] as const;
export const ANNOUNCEMENT_TYPES = ['서류_준비', '과제_준비', '면접_준비', '내_정보_복사'] as const;

export const TYPE_LIST = [...INFO_TYPES, ...ANNOUNCEMENT_TYPES] as const;
export type TypeTag = (typeof TYPE_LIST)[number];
Expand Down

0 comments on commit 8fa0be4

Please sign in to comment.