Skip to content

Commit f8c3204

Browse files
committed
fix: TSTS4023
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
1 parent e016eba commit f8c3204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/bcsc-theme/api/hooks/useAuthorizationApi.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface VerifyUnknownBCSCResponseData {
3131
expires_in: number
3232
}
3333

34-
interface AuthorizeDeviceUnknownBCSCConfig {
34+
export interface AuthorizeDeviceUnknownBCSCConfig {
3535
firstName: string
3636
lastName: string
3737
birthdate: string

0 commit comments

Comments
 (0)