Result of a file export operation.
@type t() :: %Miosa.Types.ExportResult{expires_at: String.t() | nil, url: String.t()}
@spec from_map(map()) :: t()