Skip to content

Commit 49a9884

Browse files
committed
ci: unused
1 parent 4395d40 commit 49a9884

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api/ordinals/src/pg/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ export type DbFullyLocatedInscriptionResult = {
3939
delegate: string | null;
4040
};
4141

42-
export enum DbLocationTransferType {
43-
transferred = 'transferred',
44-
spentInFees = 'spent_in_fees',
45-
burnt = 'burnt',
46-
}
47-
4842
export type DbLocation = {
4943
genesis_id: string;
5044
block_height: string;

0 commit comments

Comments
 (0)