Generic operation.

interface Operation {
    0: OperationName | VirtualOperationName;
    1: {
        [key: string]: any;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

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