mirror of https://github.com/usememos/memos
chore: update type definitions
parent
861a1e4c9b
commit
1d83c68cb5
@ -1,3 +0,0 @@
|
||||
type RowStatus = "NORMAL" | "ARCHIVED";
|
||||
|
||||
type Visibility = "PUBLIC" | "PROTECTED" | "PRIVATE";
|
@ -1,5 +0,0 @@
|
||||
interface ResourceCreate {
|
||||
filename: string;
|
||||
externalLink: string;
|
||||
type: string;
|
||||
}
|
Loading…
Reference in New Issue