Refactor: withFile --> requireFile
This commit is contained in:
parent
ad5a7e9d70
commit
dbf335a05d
4 changed files with 4 additions and 4 deletions
|
|
@ -48,7 +48,7 @@ export interface IEndpointMeta {
|
|||
* ファイルの添付を必要とするか否か
|
||||
* 省略した場合は false として解釈されます。
|
||||
*/
|
||||
withFile?: boolean;
|
||||
requireFile?: boolean;
|
||||
|
||||
/**
|
||||
* サードパーティアプリからはリクエストすることができないか否か
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue