add comment
This commit is contained in:
parent
b88740bf39
commit
f620d72673
|
|
@ -3,6 +3,7 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
// 環境変数を経由するので名前の衝突を避けるためにアンダースコアを付ける
|
||||
export type WorkerArguments = {
|
||||
__moduleServer: boolean;
|
||||
__moduleJobQueue: boolean;
|
||||
|
|
|
|||
Loading…
Reference in New Issue