We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c050f96 commit 963a6eeCopy full SHA for 963a6ee
src/shared/config/interfaces/jwt-config.interface.ts
@@ -0,0 +1,3 @@
1
+export interface JwtConfig {
2
+ privateKey: string;
3
+}
0 commit comments