import type PortalCommonParams from "./PortalCommonParams.js"; export default interface PortalUpdateFolderParams extends PortalCommonParams { folderId: string; newTitle: string; }