Skip to content

Commit 7d377a5

Browse files
committed
chore: 사용하지 않는 PartitionManifest 타입 제거
1 parent dc6ab81 commit 7d377a5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/patchlogr-core/src/partition/partition.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
export type PartitionManifest = {
2-
key: string;
3-
hash: string;
4-
};
5-
61
export type Partition = {
72
hash: string;
83
operationKey: string;

0 commit comments

Comments
 (0)