We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900e635 commit 038d63aCopy full SHA for 038d63a
types/interfaces.d.ts
@@ -46,8 +46,8 @@ export interface ApiCache {
46
[key: string]: any;
47
}
48
export interface RouterArgs extends RouterOptions {
49
- direction: number;
50
- viewCount: number;
+ direction?: number;
+ viewCount?: number;
51
52
export interface ProxyControllerInterface {
53
create(opts: object): Promise<HTMLElement>;
0 commit comments