Interface for all the guidance information

interface Guidance {
    byteMatchStatementPositionalConstraintCount: number;
    byteMatchStatementPositionalConstraintInfo: string[];
    nestedRateStatementCount: number;
    nestedRateStatementInfo: string[];
    noRuleLabelsCount: number;
    noRuleLabelsInfo: string[];
    overrideActionManagedRuleGroupCount: number;
    overrideActionManagedRuleGroupInfo: string[];
    rateBasedStatementCount: number;
}

Properties

byteMatchStatementPositionalConstraintCount: number
byteMatchStatementPositionalConstraintInfo: string[]
nestedRateStatementCount: number
nestedRateStatementInfo: string[]
noRuleLabelsCount: number
noRuleLabelsInfo: string[]
overrideActionManagedRuleGroupCount: number
overrideActionManagedRuleGroupInfo: string[]
rateBasedStatementCount: number