A11 TypeScript API - v0.2.1
    Preparing search index...

    Interface ActionCall

    Minimal shape of an interaction's action_calls entries.

    interface ActionCall {
        id: string;
        name: string;
    }
    Index
    id: string
    name: string