mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-26 19:07:02 +00:00
Added DiffBinaryFile
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export class DiffBinaryFile {
|
||||
type: number;
|
||||
data: string;
|
||||
datalen: number;
|
||||
inflatedlen: number;
|
||||
}
|
||||
Reference in New Issue
Block a user