UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

5 lines 260 B
export interface SchematicOptionObject { [optionName: string]: SchematicOptionValue; } export type SchematicOptionValue = boolean | number | string | undefined | SchematicOptionValue[] | SchematicOptionObject; //# sourceMappingURL=schematic-option.d.ts.map