import type Document from "./Document.js"; export default interface ProtectPortalItemParams { doc: Document; protect: boolean; }