TenantAtlas/apps/platform/.pnpm-store/v10/files/07/05234dee6d28faf6efd3d0ce0e383d35ec6b59fe1db86d4fa4c72ce13b6d56925d83e671b6cf423be0a3ca04a44e0b839e0199c429034d01728fc745e44943
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

12 lines
384 B
Plaintext

/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-ignore `terser` may not be installed
export type * as Terser from 'terser'
// @ts-ignore `terser` may not be installed
import type * as Terser from 'terser'
/* eslint-enable @typescript-eslint/ban-ts-comment */
export type TerserMinifyOptions = Terser.MinifyOptions
export type TerserMinifyOutput = Terser.MinifyOutput