NZ Legislation Tool API - v1.2.0
    Preparing search index...

    Interface ConfigError

    Configuration error type

    interface ConfigError {
        field: string;
        message: string;
        value?: unknown;
    }
    Index

    Properties

    Properties

    field: string
    message: string
    value?: unknown