AFFiNE/tools/executors/figmaRes/schema.json
2022-07-22 15:49:21 +08:00

12 lines
243 B
JSON

{
"$schema": "http://json-schema.org/schema",
"type": "object",
"cli": "nx",
"properties": {
"figmaRes": {
"type": "string",
"description": "Download figma icons and pictures."
}
}
}