This commit is contained in:
2025-06-07 11:04:30 +08:00
commit 7e7774d4f4
26 changed files with 3943 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { MatrixClient, SimpleFsStorageProvider } from "matrix-bot-sdk";
export interface StrawberryFilling {
accessToken: string,
stomach: SimpleFsStorageProvider,
cake: MatrixClient
}