OpenCode.Generated.FileSystemBinaryContent (opencode_sdk v0.1.81)

Copy Markdown View Source

Provides struct and type for a FileSystemBinaryContent

Summary

Types

t()

@type t() :: %OpenCode.Generated.FileSystemBinaryContent{
  content: String.t(),
  encoding: String.t(),
  mime: String.t(),
  type: String.t()
}