export type PlatformContractAlreadyExistsError = { type: "PLATFORM_CONTRACT_ALREADY_EXISTS"; message?: string; };