Skip to content

Commit

Permalink
fix issues in test
Browse files Browse the repository at this point in the history
  • Loading branch information
blainekasten committed Apr 9, 2020
1 parent dba8edc commit 469b1a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/gatsby/src/redux/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ type StructuredLog = any // TODO this should come from structured log interface

export interface IRedirect {
fromPath: string
isPermanent: boolean
redirectInBrowser: boolean
toPath: string
isPermanent?: boolean
redirectInBrowser?: boolean
// Users can add anything to this createRedirect API
[key: string]: any
}

export enum ProgramStatus {
Expand Down

0 comments on commit 469b1a5

Please sign in to comment.