export default interface PortalFolder { username: string; id: string; title: string; created: number; }