interface IOptions {
    maxSize?: null | number;
}

Properties

Properties

maxSize?: null | number