Vanessa 2022-10-27 09:53:13 +08:00
parent 89418f95d4
commit 949bdb646f
5 changed files with 110 additions and 24 deletions

View file

@ -49,6 +49,13 @@ interface ITextOption {
type: string
}
interface ISnippet {
name: string
type: string
enabled: boolean
content: string
}
interface IInbox {
oId: string
shorthandContent: string