View Source Appwrite.Types.Client.Payload (appwrite v0.1.7)

A generic payload structure represented as a key-value pair with string keys and any values.

Summary

Types

@type t() :: %{required(String.t()) => any()}