forked from FoundKeyGang/FoundKey
Doc: Better parameter description
This commit is contained in:
parent
d7f57a4415
commit
e2a79abbe0
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ export const meta = {
|
|||
params: {
|
||||
span: $.str.or(['day', 'hour']).note({
|
||||
desc: {
|
||||
'ja-JP': '集計のスパン'
|
||||
'ja-JP': '集計のスパン (day または hour)'
|
||||
}
|
||||
}),
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ export const meta = {
|
|||
params: {
|
||||
span: $.str.or(['day', 'hour']).note({
|
||||
desc: {
|
||||
'ja-JP': '集計のスパン'
|
||||
'ja-JP': '集計のスパン (day または hour)'
|
||||
}
|
||||
}),
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ export const meta = {
|
|||
params: {
|
||||
span: $.str.or(['day', 'hour']).note({
|
||||
desc: {
|
||||
'ja-JP': '集計のスパン'
|
||||
'ja-JP': '集計のスパン (day または hour)'
|
||||
}
|
||||
}),
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ export const meta = {
|
|||
params: {
|
||||
span: $.str.or(['day', 'hour']).note({
|
||||
desc: {
|
||||
'ja-JP': '集計のスパン'
|
||||
'ja-JP': '集計のスパン (day または hour)'
|
||||
}
|
||||
}),
|
||||
|
||||
|
|
Loading…
Reference in a new issue