interface ISigned {
    signatures?: ISignatures;
}

Properties

Properties

signatures?: ISignatures