export type PlatformProductIdNotFoundError = { type: "PLATFORM_PRODUCT_ID_NOT_FOUND"; id: string; message?: string; };