export type PlatformProductIdDuplicatedError = { type: "PLATFORM_PRODUCT_ID_DUPLICATED"; id: string; message?: string; };