interface IInput {
    data: {
        doc_data_hash: string;
    };
}

Properties

Properties

data: {
    doc_data_hash: string;
}

Type declaration

  • doc_data_hash: string