Type alias RecordsReadResponse

RecordsReadResponse: DwnResponseStatus & {
    record: Record;
}

Encapsulates the response from a record read operation, combining the general operation status with the specific record that was retrieved.

Type declaration

  • record: Record

    The record retrieved by the read operation.

Generated using TypeDoc