Provides struct and type for a Pty
@type t() :: %OpenCode.Generated.Pty{ args: [String.t()], command: String.t(), cwd: String.t(), id: String.t(), pid: number(), status: String.t(), title: String.t() }