FolderContent: {
    id: string;
    name: string;
    status: "READY" | "PENDING" | "ERROR";
    type: "FOLDER" | "PROJECT";
}

Type declaration

  • id: string
  • name: string
  • status: "READY" | "PENDING" | "ERROR"
  • type: "FOLDER" | "PROJECT"