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

Properties

Properties

data: {
    proposal_hash: string;
}

Type declaration

  • proposal_hash: string