Type Alias RecordOperationResponse

RecordOperationResponse: {
    operation: string;
    typeName: string;
}

The object returned as a receipt of a successfully executed operation.

Type declaration

  • operation: string

    The operation executed

  • typeName: string

    The type which was the focus of the operation