std
    Preparing search index...

    Type Alias ParseError

    type ParseError = {
        message: string;
        octet?: number;
    }
    Index

    Properties

    Properties

    message: string
    octet?: number