interface IAcceptedOperation {
    token?: string;
}

Implemented by

Properties

Properties

token?: string

A token that can be used to check on the status of the operation.