Skip to content

Commit

Permalink
fix: return type
Browse files Browse the repository at this point in the history
  • Loading branch information
herrmannplatz committed Aug 12, 2023
1 parent 9295c6f commit 1a07133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Secret } from 'jsonwebtoken'

function generate(authKey: Secret, keyId: string, teamId: string, ttl?: number, origin?: string): void;
function generate(authKey: Secret, keyId: string, teamId: string, ttl?: number, origin?: string): string;
export = generate;

0 comments on commit 1a07133

Please sign in to comment.