Add check unreleased lock function

This commit is contained in:
RcleydsonR
2023-02-10 16:18:08 -03:00
parent 48972a6437
commit a5d72650ee
2 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import type { Pix } from "./Pix";
export type UnreleasedLock = {
lockID: string;
pix: Pix;
};