@samatawy/rules
    Preparing search index...

    Interface TypesFileResult

    interface TypesFileResult {
        read: number;
        passed: number;
        failed: number;
        types: Record<string, RootType>;
        errors: string[];
    }
    Index

    Properties

    read: number
    passed: number
    failed: number
    types: Record<string, RootType>
    errors: string[]