import type PortalError from "./PortalError.js"; export default interface PortalResult { error?: PortalError; }