feat: add snjs package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import * as Models from '@standardnotes/models'
|
||||
import { UuidString } from '../../Types/UuidString'
|
||||
|
||||
export type TransactionalMutation = {
|
||||
itemUuid: UuidString
|
||||
mutate: (mutator: Models.ItemMutator) => void
|
||||
mutationType?: Models.MutationType
|
||||
}
|
||||
Reference in New Issue
Block a user