ExDaytona.Model.GitRestoreRequest (ex_daytona v0.4.0)

Copy Markdown View Source

GitRestoreRequest model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.GitRestoreRequest{
  files: [String.t()],
  path: String.t(),
  source: String.t() | nil,
  staged: boolean() | nil,
  worktree: boolean() | nil
}

Functions

decode(value)