Field: ZodObject<
{
AutofillInfo: ZodNullable<ZodString>;
AutoIndexed: ZodBoolean;
CanBeDeleted: ZodBoolean;
ClientSideComponentId: ZodString;
ClientSideComponentProperties: ZodNullable<ZodString>;
ClientValidationFormula: ZodNullable<ZodString>;
ClientValidationMessage: ZodNullable<ZodString>;
CustomFormatter: ZodNullable<ZodString>;
DefaultFormula: ZodNullable<ZodString>;
DefaultValue: ZodNullable<ZodString>;
Description: ZodString;
Direction: ZodEnum<["none", "ltr", "rtl"]>;
EnforceUniqueValues: ZodBoolean;
EntityPropertyName: ZodString;
FieldTypeKind: ZodNumber;
Filterable: ZodBoolean;
FromBaseType: ZodBoolean;
Group: ZodString;
Hidden: ZodBoolean;
Id: ZodString;
Indexed: ZodBoolean;
IndexStatus: ZodNumber;
InternalName: ZodString;
IsModern: ZodBoolean;
JSLink: ZodNullable<ZodString>;
PinnedToFiltersPane: ZodBoolean;
ReadOnlyField: ZodBoolean;
Required: ZodBoolean;
SchemaXml: ZodString;
Scope: ZodString;
Sealed: ZodBoolean;
ShowInFiltersPane: ZodNumber;
Sortable: ZodBoolean;
StaticName: ZodString;
Title: ZodString;
TypeAsString: ZodString;
TypeDisplayName: ZodString;
TypeShortDescription: ZodString;
ValidationFormula: ZodNullable<ZodString>;
ValidationMessage: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
AutofillInfo?: string;
AutoIndexed?: boolean;
CanBeDeleted?: boolean;
ClientSideComponentId?: string;
ClientSideComponentProperties?: string;
ClientValidationFormula?: string;
ClientValidationMessage?: string;
CustomFormatter?: string;
DefaultFormula?: string;
DefaultValue?: string;
Description?: string;
Direction?: "none"
| "ltr"
| "rtl";
EnforceUniqueValues?: boolean;
EntityPropertyName?: string;
FieldTypeKind?: number;
Filterable?: boolean;
FromBaseType?: boolean;
Group?: string;
Hidden?: boolean;
Id?: string;
Indexed?: boolean;
IndexStatus?: number;
InternalName?: string;
IsModern?: boolean;
JSLink?: string;
PinnedToFiltersPane?: boolean;
ReadOnlyField?: boolean;
Required?: boolean;
SchemaXml?: string;
Scope?: string;
Sealed?: boolean;
ShowInFiltersPane?: number;
Sortable?: boolean;
StaticName?: string;
Title?: string;
TypeAsString?: string;
TypeDisplayName?: string;
TypeShortDescription?: string;
ValidationFormula?: string;
ValidationMessage?: string;
},
{
AutofillInfo?: string;
AutoIndexed?: boolean;
CanBeDeleted?: boolean;
ClientSideComponentId?: string;
ClientSideComponentProperties?: string;
ClientValidationFormula?: string;
ClientValidationMessage?: string;
CustomFormatter?: string;
DefaultFormula?: string;
DefaultValue?: string;
Description?: string;
Direction?: "none"
| "ltr"
| "rtl";
EnforceUniqueValues?: boolean;
EntityPropertyName?: string;
FieldTypeKind?: number;
Filterable?: boolean;
FromBaseType?: boolean;
Group?: string;
Hidden?: boolean;
Id?: string;
Indexed?: boolean;
IndexStatus?: number;
InternalName?: string;
IsModern?: boolean;
JSLink?: string;
PinnedToFiltersPane?: boolean;
ReadOnlyField?: boolean;
Required?: boolean;
SchemaXml?: string;
Scope?: string;
Sealed?: boolean;
ShowInFiltersPane?: number;
Sortable?: boolean;
StaticName?: string;
Title?: string;
TypeAsString?: string;
TypeDisplayName?: string;
TypeShortDescription?: string;
ValidationFormula?: string;
ValidationMessage?: string;
},
> = ...