feat(publish): support visibility
This commit is contained in:
parent
dbf4362d8b
commit
ad3d5efb11
5 changed files with 86 additions and 4 deletions
3
types/utils.ts
Normal file
3
types/utils.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export type Mutable<T> = {
|
||||
-readonly[P in keyof T]: T[P]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue