perf: remove unused UI catalog and external font

This commit is contained in:
2026-08-03 01:03:36 +05:30
parent 46eff365db
commit e7ad243e20
173 changed files with 100 additions and 273 deletions
+1
View File
@@ -1,4 +1,5 @@
// AUTO-GENERATED by `wrnexus generate types` - do not edit.
/* eslint-disable @typescript-eslint/no-empty-object-type */
declare namespace WRNexusGenerated {
type ApiContract<T> = T extends import("@wrnexus/core").DefinedEndpoint<infer I, infer O>
? { input: I; output: O }