Skip to content

Commit

Permalink
fix: add tokenStorage parameter into types
Browse files Browse the repository at this point in the history
  • Loading branch information
allnightru committed Oct 30, 2024
1 parent 9b6f061 commit 65efc1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ export interface Authentication {
* @default 'X-XSRF-TOKEN'
*/
csrfHeader?: string
/**
* Token storage handlers to be used by the client.
*/
tokenStorage?: TokenStorage
}

export interface ModuleOptions {
Expand Down

0 comments on commit 65efc1a

Please sign in to comment.