interface AMIPayload {
    ActionID: string;
    Message?: string;
    Response: string;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

[key: string]: any

Properties

ActionID: string
Message?: string
Response: string