RawObject: {
format: "content";
object: Buffer | string | Uint8Array;
oid: string;
source?: string;
type: "blob" | "tree" | "commit" | "tag";
}
Type declaration
-
format: "content"
-
object: Buffer | string | Uint8Array
-
oid: string
-
Optional
source?: string
-
type: "blob" | "tree" | "commit" | "tag"