@type t() :: %Spatio.Model.CreateNoteRequest{ accountId: String.t() | nil, content: String.t() | nil, coverImage: Uri | nil, icon: String.t() | nil, parentId: String.t() | nil, properties: %{optional(String.t()) => any()} | nil, provider: String.t() | nil, title: String.t() }