UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

22 lines (18 loc) 308 B
import {Content} from "@benev/slate" import {AsSchema} from "../../aspects/codex/parts/types.js" export type OpfsSchema = AsSchema<{ taxon: { icon: Content } specimens: { directory: { label: string } file: { label: string size: string type: string lastModified: number } } }>