interface ISide {
    count: ISideCount;
    length: number;
}

Properties

Properties

count: ISideCount
length: number