diff --git a/index.ts b/index.ts index 78e1c52..fda51de 100644 --- a/index.ts +++ b/index.ts @@ -1 +1 @@ -export declare function keys(): Array; +export declare function keys(): {name: string, optional: boolean}[];