export type PlatformContractNotFoundError = { type: "PLATFORM_CONTRACT_NOT_FOUND"; message?: string; };