Type alias FileTreeEntryDto

FileTreeEntryDto: {
    content: string;
    name: string;
    type: "file";
    encoding?: "base64" | "utf8";
}

Type declaration

  • content: string
  • name: string
  • type: "file"
  • Optional encoding?: "base64" | "utf8"

Generated using TypeDoc