UNPKG

@tsclass/tsclass

Version:

Provides TypeScript definitions for various business, financial, networking, content, and other common classes.

9 lines (8 loc) 125 B
export interface IPdf { name: string; id: string; metadata: { textExtraction: string; }; buffer: Uint8Array; }