jamespot-user-api
    Preparing search index...

    Variable jUserViewSchemaConst

    jUserViewSchema: 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>;
        } & {
            dateCreation: ZodString;
            dateModified: ZodString;
            level: ZodNativeEnum<{ ADMIN: 9; EXTERNAL: 3; GUEST: 0; USER: 5 }>;
            variant: ZodOptional<ZodNativeEnum<{ EXTRABOT: "extraBot" }>>;
        } & { active: ZodNumber },
        "strip",
        ZodTypeAny,
        UserList,
        UserList,
    > = jUserListSchema