@forge/cli-shared

8.24.0-experimental-04cc2b98.24.1-next.0
out/config/config-file-section-reader.d.ts
~out/config/config-file-section-reader.d.tsModified
+1−1
Index: package/out/config/config-file-section-reader.d.ts
===================================================================
--- package/out/config/config-file-section-reader.d.ts
+++ package/out/config/config-file-section-reader.d.ts
@@ -2,9 +2,9 @@
 import { ConfigReader } from './config';
 import { Codec, CodecType, InnerType } from './config-codec-types';
 import { ConfigSectionReader } from './config-section';
 export declare const NO_VALIDATION: t.TypeC<{}>;
-export type NO_VALIDATION_TYPE = t.TypeOf<typeof NO_VALIDATION>;
+export declare type NO_VALIDATION_TYPE = t.TypeOf<typeof NO_VALIDATION>;
 export declare class ConfigFileSectionReader {
     private readonly configReader;
     constructor(configReader: ConfigReader);
     readConfigSection<K extends string, V extends Codec>(key: K, schema: CodecType<V>): Promise<InnerType<V> | 'missing' | 'invalid'>;