chore: make models package public for consumption by server

This commit is contained in:
Mo
2022-11-18 05:51:08 -06:00
parent 4b081890fd
commit 0c253dc46a
8 changed files with 17 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { Invitation } from '@standardnotes/models'
import { type Invitation } from '@standardnotes/models'
import { ApiVersion } from '../../Api'
import { HttpServiceInterface } from '../../Http'