5 lines
172 B
TypeScript
5 lines
172 B
TypeScript
|
import ContentInfo from './ContentInfo.js';
|
||
|
import type SignedData from './SignedData.js';
|
||
|
export default class CertificateDataRoot extends ContentInfo<SignedData> {
|
||
|
}
|