@forge/cli-shared

8.24.0-experimental-04cc2b98.24.1-next.0
out/config/config-codec-types.d.ts
~out/config/config-codec-types.d.tsModified
+4−4
Index: package/out/config/config-codec-types.d.ts
===================================================================
--- package/out/config/config-codec-types.d.ts
+++ package/out/config/config-codec-types.d.ts
@@ -1,6 +1,6 @@
 import * as t from 'io-ts';
-export type MixedArray = [t.Mixed, t.Mixed] | [t.Mixed, t.Mixed, t.Mixed];
-export type Codec = t.Props | MixedArray;
-export type CodecType<V> = V extends t.Props ? t.TypeC<V> : V extends MixedArray ? t.IntersectionC<V> : never;
-export type InnerType<V> = V extends t.Props ? t.TypeOf<t.TypeC<V>> : V extends MixedArray ? t.TypeOf<t.IntersectionC<V>> : never;
+export declare type MixedArray = [t.Mixed, t.Mixed] | [t.Mixed, t.Mixed, t.Mixed];
+export declare type Codec = t.Props | MixedArray;
+export declare type CodecType<V> = V extends t.Props ? t.TypeC<V> : V extends MixedArray ? t.IntersectionC<V> : never;
+export declare type InnerType<V> = V extends t.Props ? t.TypeOf<t.TypeC<V>> : V extends MixedArray ? t.TypeOf<t.IntersectionC<V>> : never;
 //# sourceMappingURL=config-codec-types.d.ts.map
\ No newline at end of file