/** 정보가 일치하지 않는 경우 */ export type InformationMismatchError = { type: "INFORMATION_MISMATCH"; message?: string; };