export type PlatformCancellationNotFoundError = { type: "PLATFORM_CANCELLATION_NOT_FOUND"; message?: string; };