import type PortalCommonParams from "./PortalCommonParams.js"; export default interface PortalAddFolderParams extends PortalCommonParams { folderName?: string; title?: string; }