Variable jSpotAutocompleteShapeConst
jSpotAutocompleteShape: ZodObject<
{
class: ZodType<string, ZodTypeDef, string>;
cssClass: ZodType<string, ZodTypeDef, string>;
cssColor: ZodType<string, ZodTypeDef, string>;
id: ZodType<string, ZodTypeDef, string>;
label: ZodType<string, ZodTypeDef, string>;
mainType: ZodType<string, ZodTypeDef, string>;
name: ZodType<string, ZodTypeDef, string>;
shortUri: ZodType<string, ZodTypeDef, string>;
type: ZodType<string, ZodTypeDef, string>;
uri: ZodType<string, ZodTypeDef, string>;
} & { title: ZodString } & { idspot: ZodString },
"strip",
ZodTypeAny,
{
class: string;
cssClass: string;
cssColor: string;
id: string;
idspot: string;
label: string;
mainType: string;
name: string;
shortUri: string;
title: string;
type: string;
uri: string;
},
{
class: string;
cssClass: string;
cssColor: string;
id: string;
idspot: string;
label: string;
mainType: string;
name: string;
shortUri: string;
title: string;
type: string;
uri: string;
},
> = ...