Skip to content

Commit

Permalink
Update src/utils/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lew <51924260+DanielSLew@users.noreply.github.com>
  • Loading branch information
dylanspyer and DanielSLew authored Oct 19, 2024
1 parent bd92af0 commit 378756a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ export interface Request extends IncomingMessage {

export type Rewriter = (req: Request) => Match | null

export type Location = 'env' | 'flag' | 'config' | 'not found'
export type TokenLocation = 'env' | 'flag' | 'config' | 'not found'

0 comments on commit 378756a

Please sign in to comment.