zzz / frontend /global.d.ts
ar08's picture
Upload 1040 files
246d201 verified
raw
history blame contribute delete
98 Bytes
interface Window {
__APP_MODE__?: "saas" | "oss";
__GITHUB_CLIENT_ID__?: string | null;
}