Type alias StreamDepthRecordProperties<TData, TMeta>

StreamDepthRecordProperties<TData, TMeta>: DataRecord<TData, TMeta> & {
    log_identifier: string;
    measured_depth: number;
}

Type Parameters

  • TData

  • TMeta