@samatawy/rules
    Preparing search index...

    Interface ComponentResult

    interface ComponentResult {
        read: number;
        failed: number;
        components: any[];
    }
    Index

    Properties

    read: number
    failed: number
    components: any[]