jamespot-user-api
    Preparing search index...

    Variable jLinkLittleSchemaConst

    jLinkLittleSchema: ZodObject<
        ZodShape<jObjectBase> & {
            srcId: ZodNumber;
            srcType: ZodString;
            targetId: ZodNumber;
            targetType: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            dateCreation?: string;
            dateModified?: string
            | null;
            id: number;
            mainType: string;
            srcId: number;
            srcType: string;
            targetId: number;
            targetType: string | null;
            type: string;
            uri: string;
        },
        {
            dateCreation?: string;
            dateModified?: string
            | null;
            id: number;
            mainType: string;
            srcId: number;
            srcType: string;
            targetId: number;
            targetType: string | null;
            type: string;
            uri: string;
        },
    > = ...