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

    Interface Duration

    A duration definition.

    interface Duration {
        secs: number;
        nanos: number;
    }
    Index

    Properties

    Properties

    secs: number

    The number of whole seconds contained by this Duration.

    nanos: number

    The fractional part of this Duration, in nanoseconds. Must be greater or equal to 0 and smaller than 1e+9 (the max number of nanoseoncds in a second)