@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface Input<T>

    Wrapper for input fields to indicate that they are being modified (as opposed to not modified).

    Input

    interface Input<T> {
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    value: T