Skip to content

Commit 963a6ee

Browse files
committed
create interface for jwt config
1 parent c050f96 commit 963a6ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export interface JwtConfig {
2+
privateKey: string;
3+
}

0 commit comments

Comments
 (0)