Skip to content

Commit 4f44932

Browse files
committed
add Signal.SignOutRequest
1 parent 5fac473 commit 4f44932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export enum Signal {
22
SignInRequest = 'sign-in-request',
3+
SignOutRequest = 'sign-out-request',
34
}

0 commit comments

Comments
 (0)