Skip to main content

TestStageConfigSchema

@stack-test/core


@stack-test/core / TestStageConfigSchema

Variable: TestStageConfigSchema

const TestStageConfigSchema: ZodObject<{ name: ZodString; parameters: ZodOptional<ZodRecord<ZodString, ZodUnion<[ZodString, ZodNumber, ZodBoolean, ZodNull]>>>; provider: ZodString; template: ZodString; }, "strip", ZodTypeAny, { name: string; parameters?: Record<string, string | number | boolean | null>; provider: string; template: string; }, { name: string; parameters?: Record<string, string | number | boolean | null>; provider: string; template: string; }>