import type PortalCommonParams from "./PortalCommonParams.js"; export default interface PortalAddItemResourcesParams extends PortalCommonParams { access?: "private" | "inherit"; archive?: boolean; file?: Blob; fileName?: string; text?: string; resourcesPrefix?: string; }