Init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { MatrixClient, SimpleFsStorageProvider } from "matrix-bot-sdk";
|
||||
|
||||
export interface StrawberryFilling {
|
||||
accessToken: string,
|
||||
stomach: SimpleFsStorageProvider,
|
||||
cake: MatrixClient
|
||||
}
|
||||
Reference in New Issue
Block a user