add comment

This commit is contained in:
おさむのひと 2025-02-05 09:33:43 +09:00
parent b88740bf39
commit f620d72673
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
// 環境変数を経由するので名前の衝突を避けるためにアンダースコアを付ける
export type WorkerArguments = {
__moduleServer: boolean;
__moduleJobQueue: boolean;