Re-structures link models

This commit is contained in:
Mouse Reeve
2021-12-15 16:23:21 -08:00
parent af8cb51325
commit 86b294afd7
7 changed files with 32 additions and 27 deletions

View File

@ -26,6 +26,7 @@ class Link:
href: str
name: str
mediaType: str = None
type: str = "Link"