Interface PostTestActionRequest

Hierarchy

  • PostTestActionRequest

Properties

Properties

payload: {
    [key: string]: any;
}

The payload for the action.

Type declaration

  • [key: string]: any