refactor type

This commit is contained in:
syuilo 2021-06-08 14:14:58 +09:00
parent 6b312f755e
commit 56600ba1df
12 changed files with 19 additions and 19 deletions

View file

@ -24,12 +24,12 @@ export const meta = {
params: {
folderId: {
validator: $.optional.nullable.type(ID),
default: null as any,
default: null,
},
name: {
validator: $.optional.nullable.str,
default: null as any,
default: null,
},
isSensitive: {