ArchAstro. Types. CustomObjectSaveResponse
(archastro v0.2.0)
Copy Markdown
Acknowledges that the current custom-object document reached durable storage.
Summary
Types
@type t() :: %ArchAstro.Types.CustomObjectSaveResponse{version: integer()}
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()