jamespot-user-api
    Preparing search index...

    Variable audienceAutocompleteSchemaConst

    audienceAutocompleteSchema: ZodUnion<
        [
            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 },
                "strip",
                ZodTypeAny,
                jObjectAutocomplete,
                jObjectAutocomplete,
            >,
            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 } & { _url: ZodString; Pseudo: ZodString },
                "strip",
                ZodTypeAny,
                jUserAutocomplete,
                jUserAutocomplete,
            >,
            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,
                jSpotAutocomplete,
                jSpotAutocomplete,
            >,
        ],
    > = ...