export type PlatformPartnerNotFoundError = { type: "PLATFORM_PARTNER_NOT_FOUND"; message?: string; };