View Source ThinNotionApi.Types.Response (thin_notion_api v1.0.1)

Defines the response types for the API.

Link to this section Summary

Types

t()

Response from the API, can either be a success or an error.

Link to this section Types

@type t() :: {:ok, map()} | {:error, any()}

Response from the API, can either be a success or an error.