Type alias VP

VP: {
    @context: Context;
    holder: Holder;
    id: string;
    proof: VPProof;
    type: VPType;
    verifiableCredential: (VC | SDVC)[];
}

Type declaration