Add check unreleased lock function
This commit is contained in:
6
src/model/UnreleasedLock.ts
Normal file
6
src/model/UnreleasedLock.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Pix } from "./Pix";
|
||||
|
||||
export type UnreleasedLock = {
|
||||
lockID: string;
|
||||
pix: Pix;
|
||||
};
|
||||
Reference in New Issue
Block a user