Vanessa 2022-10-27 11:33:22 +08:00
parent 2c608bf593
commit f40a8733cc
3 changed files with 85 additions and 26 deletions

View file

@ -53,6 +53,7 @@ interface ITextOption {
}
interface ISnippet {
id?: string
name: string
type: string
enabled: boolean