mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
/** Salesforce API version injected at build time by the Vite define plugin. */
|
|
declare const __SF_API_VERSION__: string;
|