import {ConvertableToArray} from "pokie";

export interface LinesPatternsDescribing extends ConvertableToArray<number[]> {}
