export type PlatformPaymentNotFoundError = { type: "PLATFORM_PAYMENT_NOT_FOUND"; message?: string; };