StrapiMapper.Options (strapi_mapper v0.2.0)
Options for the StrapiMapper package.
List of options:
:keys_returned_as
- The keys of the returned map will be returned as the specified type. Can be:string
or:atom
. Default is:string
.
Summary
Types
@type t() :: %StrapiMapper.Options{keys_returned_as: :string | :atom}