proposit-core
    Preparing search index...

    Type Alias TParserWarning

    type TParserWarning = {
        code: TParserWarningCode;
        context: Record<string, string>;
        message: string;
    }
    Index

    Properties

    Properties

    context: Record<string, string>
    message: string