updated Config interface and generated docs

This commit is contained in:
UjjwalGupta49
2025-01-06 23:08:51 +05:30
parent f77cada52a
commit ac7059eefb
32 changed files with 67 additions and 64 deletions

View File

@@ -6,6 +6,7 @@ export interface Config {
OPENAI_API_KEY?: string;
JUPITER_REFERRAL_ACCOUNT?: string;
JUPITER_FEE_BPS?: number;
FLASH_PRIVILEGE?: string;
}
export interface Creator {