mirror of
https://github.com/pikami/scrummie-poker.git
synced 2025-12-22 02:23:25 +00:00
Implement session invites
This commit is contained in:
10
functions/EstimationSessionInvite/env.d.ts
vendored
Normal file
10
functions/EstimationSessionInvite/env.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare module 'bun' {
|
||||
interface Env {
|
||||
APPWRITE_FUNCTION_API_ENDPOINT: string;
|
||||
APPWRITE_FUNCTION_PROJECT_ID: string;
|
||||
APPWRITE_DATABASE_ID: string;
|
||||
APPWRITE_ESTIMATION_SESSION_COLLECTION_ID: string;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user