chore: Update types

This commit is contained in:
BluJ
2023-04-25 10:32:02 -06:00
parent c355a9d2d9
commit 5e1d77b95d
12 changed files with 106 additions and 95 deletions

View File

@@ -437,7 +437,7 @@ export type MigrationRes = {
export type ActionResult = {
message: string;
value?: string;
value: null | string;
copyable: boolean;
qr: boolean;
};