Skip to content

Commit 097b601

Browse files
committed
feat(meta): IHasMeta interface
1 parent 77b8dc4 commit 097b601

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System.Collections.Generic;
2+
using JsonApiDotNetCore.Services;
3+
4+
namespace JsonApiDotNetCore.Models
5+
{
6+
public interface IHasMeta
7+
{
8+
Dictionary<string, object> GetMeta(IJsonApiContext context);
9+
}
10+
}

0 commit comments

Comments
 (0)