Interface ReadStreamRange

interface ReadStreamRange {
    gt?: string;
    gte?: string;
    lt?: string;
    lte?: string;
}

Properties

Properties

gt?: string
gte?: string
lt?: string
lte?: string