mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-01-20 19:26:05 +01:00
3 lines
132 B
Elixir
3 lines
132 B
Elixir
defmodule Pleroma.Web.RichMedia.Parser.TTL do
|
|
@callback ttl(Map.t(), String.t()) :: {:ok, Integer.t()} | {:error, String.t()}
|
|
end
|