Package version:

Type Alias ReadOperation

ReadOperation: OperationBase & {
    id: string;
    operationType: typeof Read;
}