@tauri-apps/plugin-nfc - v2.3.0
    Preparing search index...

    Interface UriFilter

    interface UriFilter {
        scheme?: string;
        host?: string;
        pathPrefix?: string;
    }
    Index

    Properties

    scheme?: string
    host?: string
    pathPrefix?: string