TenantAtlas/apps/platform/.pnpm-store/v10/files/79/eda1423e8259cdfc4a35b66c681e3d0c850330eeba8316785070c0ed3012ed895f0acf532ed5270e098af922fe0d59c3c43fe17f53dbb30746b426341c92fc
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

10 lines
160 B
Plaintext

import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare let fromJSON: FromJSON
export = fromJSON