Type alias VerificationMethodUpdate

VerificationMethodUpdate: {
    i: number;
    k?: string;
    vr?: VerificationRelationshipFlags;
}

Type declaration