Type alias DeflatedObject
DeflatedObject: {
format: "deflated";
object: Buffer | string | Uint8Array;
oid: string;
source?: string;
type: "deflated";
}
Type declaration
-
format: "deflated"
-
object: Buffer | string | Uint8Array
-
oid: string
-
Optional
source?: string
-
type: "deflated"