alias廃止

This commit is contained in:
2026-01-22 07:00:14 +09:00
parent 2d1523de93
commit c2c9e6a8c1
27 changed files with 82 additions and 86 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { generateAuthURIOptions } from "1.6.8/types/auth";
import type { generateAuthURIOptions } from "./types/auth";
import { v4 as uuidv4 } from "uuid";
/** ユーザー認可によるトークン取得のURIを生成します。 */