UI touchup

This commit is contained in:
Henry
2024-01-17 00:39:14 +00:00
parent f57daea946
commit 398a31f426
9 changed files with 297 additions and 172 deletions
+5
View File
@@ -214,3 +214,8 @@ export interface ICredentialReqBody {
export interface ICredentialReturnResponse extends ICredential {
plainDataObj: ICredentialDataDecrypted
}
export interface IUploadFileSizeAndTypes {
fileTypes: string[]
maxUploadSize: number
}