UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

43 lines (42 loc) 1.07 kB
export declare const env: { readonly postgres: { readonly host: string; readonly port: number; readonly db: string; readonly user: string; readonly password: string; readonly ssl: boolean; }; readonly cloudinary: { name: string; apiKey: string; apiSecret: string; } | undefined; readonly greenInvoice: { id: string; secret: string; } | undefined; readonly authorization: { readonly users: string | void; readonly adminBusinessId: string; }; readonly hive: { hiveToken: string; } | undefined; readonly googleDrive: { driveApiKey: string; } | undefined; readonly deel: { apiToken: string; } | undefined; readonly gmail: { clientId: string; clientSecret: string; refreshToken: string; labelPath: string; cloudProjectId: string; appCredentials: string; topicName: string; subscriptionName: string; } | undefined; };