OpenCode.Generated.FileSystemEntry (opencode_sdk v0.1.80)

Copy Markdown View Source

Provides struct and type for a FileSystemEntry

Summary

Types

t()

@type t() :: %OpenCode.Generated.FileSystemEntry{
  mime: String.t(),
  path: String.t(),
  type: String.t(),
  uri: String.t()
}