Type alias CloudItemBase

CloudItemBase: {
    favorited: boolean;
    lastModified: number;
    name: string;
    parent: string;
    timestamp: number;
    uuid: string;
}

Type declaration

  • favorited: boolean
  • lastModified: number
  • name: string
  • parent: string
  • timestamp: number
  • uuid: string

Generated using TypeDoc