interface ListResponse {
    count: number;
    ops: Operation[];
}

Properties

Properties

count: number
ops: Operation[]