ExDaytona.Model.ListBranchResponse (ex_daytona v0.2.0)

Copy Markdown View Source

ListBranchResponse model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.ListBranchResponse{
  branches: [String.t()],
  current: String.t() | nil
}

Functions

decode(value)