Skip to content

@morph-mapper/source


@morph-mapper/source / serializedSchemaSchema

Variable: serializedSchemaSchema

const serializedSchemaSchema: ZodObject<{ config: ZodOptional<ZodRecord<ZodString, ZodObject<{ advanced: ZodOptional<ZodBoolean>; childConfigurations: ZodOptional<ZodArray<ZodString, "many">>; conditions: ZodOptional<ZodRecord<ZodString, ZodRecord<ZodString, ZodObject<{ hasValue: ...; }, "strip", ZodTypeAny, { hasValue?: ...; }, { hasValue?: ...; }>>>>; description: ZodOptional<ZodString>; hidden: ZodOptional<ZodBoolean>; mutate: ZodObject<{ body: ZodString; }, "strip", ZodTypeAny, { body: string; }, { body: string; }>; options: ZodRecord<ZodString, ZodObject<{ advanced: ZodOptional<ZodBoolean>; conditions: ZodOptional<ZodRecord<..., ...>>; default: ZodOptional<ZodType<..., ..., ...>>; description: ZodString; input: ZodNativeEnum<typeof Input>; options: ZodOptional<ZodObject<..., ..., ..., ..., ...>>; placeholder: ZodOptional<ZodString>; selection: ZodOptional<ZodArray<..., ...>>; selectionDeclareVariable: ZodOptional<ZodBoolean>; title: ZodString; type: ZodType<ZodDescriptor, ZodTypeDef, ZodDescriptor>; }, "strip", ZodTypeAny, { advanced?: boolean; conditions?: Record<..., ...>; default?: JsonValue; description: string; input: Input; options?: { required?: ...; }; placeholder?: string; selection?: ...[]; selectionDeclareVariable?: boolean; title: string; type: ZodDescriptor & ZodDescriptor | undefined; }, { advanced?: boolean; conditions?: Record<..., ...>; default?: JsonValue; description: string; input: Input; options?: { required?: ...; }; placeholder?: string; selection?: ...[]; selectionDeclareVariable?: boolean; title: string; type: ZodDescriptor & ZodDescriptor | undefined; }>>; title: ZodString; }, "strip", ZodTypeAny, { advanced?: boolean; childConfigurations?: string[]; conditions?: Record<string, Record<string, { hasValue?: ... | ...; }>>; description?: string; hidden?: boolean; mutate: { body: string; }; options: Record<string, { advanced?: boolean; conditions?: Record<string, { hasValue?: ...; }>; default?: JsonValue; description: string; input: Input; options?: { required?: ... | ... | ...; }; placeholder?: string; selection?: object[]; selectionDeclareVariable?: boolean; title: string; type: ZodDescriptor & ZodDescriptor | undefined; }>; title: string; }, { advanced?: boolean; childConfigurations?: string[]; conditions?: Record<string, Record<string, { hasValue?: ... | ...; }>>; description?: string; hidden?: boolean; mutate: { body: string; }; options: Record<string, { advanced?: boolean; conditions?: Record<string, { hasValue?: ...; }>; default?: JsonValue; description: string; input: Input; options?: { required?: ... | ... | ...; }; placeholder?: string; selection?: object[]; selectionDeclareVariable?: boolean; title: string; type: ZodDescriptor & ZodDescriptor | undefined; }>; title: string; }>>>; definition: ZodType<SerializedSchemaMap, ZodTypeDef, SerializedSchemaMap>; updateTemplateDiscardFields: ZodArray<ZodString, "many">; }, "strip", ZodTypeAny, { config?: Record<string, { advanced?: boolean; childConfigurations?: string[]; conditions?: Record<string, Record<string, { hasValue?: JsonValue; }>>; description?: string; hidden?: boolean; mutate: { body: string; }; options: Record<string, { advanced?: boolean; conditions?: Record<string, { hasValue?: ... | ...; }>; default?: JsonValue; description: string; input: Input; options?: { required?: boolean; }; placeholder?: string; selection?: object[]; selectionDeclareVariable?: boolean; title: string; type: ZodDescriptor & ZodDescriptor | undefined; }>; title: string; }>; definition: SerializedSchemaMap; updateTemplateDiscardFields: string[]; }, { config?: Record<string, { advanced?: boolean; childConfigurations?: string[]; conditions?: Record<string, Record<string, { hasValue?: JsonValue; }>>; description?: string; hidden?: boolean; mutate: { body: string; }; options: Record<string, { advanced?: boolean; conditions?: Record<string, { hasValue?: ... | ...; }>; default?: JsonValue; description: string; input: Input; options?: { required?: boolean; }; placeholder?: string; selection?: object[]; selectionDeclareVariable?: boolean; title: string; type: ZodDescriptor & ZodDescriptor | undefined; }>; title: string; }>; definition: SerializedSchemaMap; updateTemplateDiscardFields: string[]; }>

Defined in: types/definition.ts:57