interface Bundle {
    content: BundleContent;
    hash: string;
    signature: any;
}

Properties

content: BundleContent
hash: string
signature: any