Skip to main content
Go to Latest
type alias Metadata
import { type Metadata } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/types.ts";
definition: { fileType: string; isDir: boolean; isFile: boolean; isSymlink: boolean; len: number; modified?: Date; accessed?: Date; created?: Date; readonly: boolean; uid: number; gid: number; mode: number; }