Interface DirectoryItem

interface DirectoryItem {
    metadata: {
        created: number;
        modified: number;
    };
    name: string;
}

Properties

Properties

metadata: {
    created: number;
    modified: number;
}

Type declaration

  • created: number
  • modified: number
name: string

Generated using TypeDoc