import type PortalFolder from "./PortalFolder.js"; export default interface PortalAddFolderResult { success: boolean; folder: PortalFolder; }