jamespot-user-api
    Preparing search index...

    Type Alias JLandMapLittle

    JLandMapLittle: Merge<
        jArticleLittle,
        {
            jlandMapFlavor: JLandMapFlavor;
            jlandMapKind: JLandMapKind;
            limit: number
            | null;
            type: "jlandmap";
            waMapUrl: string | null;
        },
    >