@custouch/jssdk
    Preparing search index...

    Type Alias GetActionBaseOptions<T>

    GetActionBaseOptions: Partial<
        {
            from: string;
            key: string;
            to: string;
            types: (keyof T)[];
            uaId: string;
            value: T[keyof T];
        },
    >

    行为记录的查询参数

    Type Parameters

    • T extends Record<string, string>