Perseus
    Preparing search index...
    type Issue = {
        description: string;
        elements?: Element[];
        help: string;
        helpUrl: string;
        id: string;
        impact: IssueImpact;
        message: string;
    }
    Index

    Properties

    description: string
    elements?: Element[]
    help: string
    helpUrl: string
    id: string
    impact: IssueImpact
    message: string