Primakov Alexandr Alexandrovich e777b57991 init + api use
2025-11-03 17:59:08 +03:00

26 lines
413 B
TypeScript

declare const IS_PROD: string
declare const KC_URL: string
declare const KC_REALM: string
declare const KC_CLIENT_ID: string
declare module '*.svg' {
const svg_path: string
export default svg_path
}
declare module '*.jpg' {
const jpg_path: string
export default jpg_path
}
declare module '*.png' {
const png_path: string
export default png_path
}
declare const __webpack_public_path__: string