Skip to content

Commit

Permalink
fix: type slugs as possibly non-empty (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK authored and SanderElias committed Dec 19, 2019
1 parent 0330044 commit 4d5b46a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {catchError, shareReplay, switchMap, map, tap} from 'rxjs/operators';
export interface ScullyRoute {
route: string;
title?: string;
slugs?: ''[];
slugs?: string[];
[prop: string]: any;
}

Expand Down

0 comments on commit 4d5b46a

Please sign in to comment.