interface NativeOptions {
    isNative?: boolean;
}

Properties

Properties

isNative?: boolean