/** 외부 api 오류 */ export type PlatformExternalApiFailedError = { type: "PLATFORM_EXTERNAL_API_FAILED"; message?: string; };