[+] Check card is linked

This commit is contained in:
Azalea
2024-02-22 12:26:27 -05:00
parent 8b21f33eb6
commit 2cbad36f80
2 changed files with 39 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ export interface Card {
luid: string
registerTime: string
accessTime: string
bound: boolean
}
export interface UserMe {