Interface ThrowingConfig

interface ThrowingConfig {
    maxItems: number;
}

Properties

Properties

maxItems: number