mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
8 lines
122 B
Elixir
8 lines
122 B
Elixir
|
defmodule Mobilizon.Federation.ActivityStream do
|
||
|
@moduledoc """
|
||
|
The ActivityStream Type
|
||
|
"""
|
||
|
|
||
|
@type t :: map()
|
||
|
end
|