jamespot-user-api
    Preparing search index...

    Variable networkTypeSchemaConst

    networkTypeSchema: ZodObject<
        {
            mainType: ZodString;
            title: ZodString;
            type: ZodString;
            uri: ZodString;
        },
        "strip",
        ZodTypeAny,
        { mainType: string; title: string; type: string; uri: string },
        { mainType: string; title: string; type: string; uri: string },
    > = ...