@resistdesign/voltra
    Preparing search index...

    Type Alias DACPathMatchResults

    The result of matching a DAC path to a resource path.

    type DACPathMatchResults = {
        exactMatch: boolean;
        prefixMatch: boolean;
    }
    Index

    Properties

    exactMatch: boolean

    True when the DAC path matches the resource path exactly.

    prefixMatch: boolean

    True when the DAC path is a prefix of the resource path.