export interface ILengther {
    length: number;
}
