Variable: CliArgManifestSchema
Makaio Framework / contracts/extension / CliArgManifestSchema
Variable: CliArgManifestSchema
Section titled “Variable: CliArgManifestSchema”
constCliArgManifestSchema:ZodObject<{description:ZodString;name:ZodString;positional:ZodOptional<ZodBoolean>;required:ZodOptional<ZodBoolean>;short:ZodOptional<ZodString>;type:ZodOptional<ZodEnum<{boolean:"boolean";number:"number";string:"string"; }>>; },$strip>
Defined in: ../../../packages/contracts/src/extension/manifest.ts:195
Zod schema for CliArgManifest.