interface AMIRequest {
    Action: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

Action: string