banira
    Preparing search index...

    Interface ReflectionIssue

    A mismatch between an attribute and its backing property (#39).

    interface ReflectionIssue {
        attribute: string;
        direction: "attribute-to-property" | "property-to-attribute";
        message: string;
        property: string;
    }
    Index

    Properties

    attribute: string
    direction: "attribute-to-property" | "property-to-attribute"
    message: string
    property: string