mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix incorrect privacy option
This commit is contained in:
Vendored
+1
-1
@@ -1143,7 +1143,7 @@ export interface RouteOptionsAccess {
|
||||
* [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-routeoptionscache)
|
||||
*/
|
||||
export type RouteOptionsCache = {
|
||||
privacy?: 'default' | 'public' | 'privacy';
|
||||
privacy?: 'default' | 'public' | 'private';
|
||||
statuses?: number[];
|
||||
otherwise?: string;
|
||||
} & (
|
||||
|
||||
Reference in New Issue
Block a user