react-native-matrix-crypto
    Preparing search index...

    Interface ProbeSignal

    A single diagnostic emitted by one runProbe call. Not a CryptoSignal: it carries no product decision and belongs to no crypto state -- it is proof that the UniFFI callback interface crosses JSI in the reverse direction (Rust calling back into JS), scoped to the call that asked for it. See runProbe's own comment for why this is not broadcast.

    interface ProbeSignal {
        detail: string;
        kind: string;
    }
    Index
    detail: string
    kind: string