export type PlatformPartnerIdAlreadyExistsError = { type: "PLATFORM_PARTNER_ID_ALREADY_EXISTS"; message?: string; };