jamespot-user-api
    Preparing search index...

    Variable jGroupViewSchemaConst

    jGroupViewSchema: ZodObject<
        {
            _url: ZodString;
            id: ZodType<number, ZodTypeDef, number>;
            mainType: ZodType<string, ZodTypeDef, string>;
            title: ZodString;
            type: ZodType<string, ZodTypeDef, string>;
            uri: ZodType<string, ZodTypeDef, string>;
        } & {
            category: ZodNumber;
            dateCreation: ZodString;
            dateModified: ZodString;
            privacy: ZodNativeEnum<typeof GroupPrivacy>;
        } & {
            description: ZodOptional<ZodString>;
            edito: ZodOptional<ZodNullable<ZodString>>;
            idCommunity: ZodOptional<ZodString>;
            image: ZodOptional<ZodNullable<ZodString>>;
            language: ZodString;
            spotBanner: ZodOptional<
                ZodUnion<
                    [
                        ZodRecord<
                            ZodString,
                            ZodObject<
                                ZodShape<SpotBannerImage>,
                                "strip",
                                ZodTypeAny,
                                SpotBannerImage,
                                SpotBannerImage,
                            >,
                        >,
                        ZodArray<ZodNever, "many">,
                    ],
                >,
            >;
            useTeaser: ZodOptional<
                ZodNullable<
                    ZodUnion<[ZodLiteral<"">, ZodLiteral<"0">, ZodLiteral<"1">]>,
                >,
            >;
        },
        "strip",
        ZodTypeAny,
        jGroupView,
        jGroupView,
    > = ...