mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
fix capped option interface
This commit is contained in:
Vendored
+3
-3
@@ -310,9 +310,9 @@ declare module "mongoose" {
|
||||
}
|
||||
|
||||
interface CappedOptions {
|
||||
size: number,
|
||||
max?: number,
|
||||
autoIndexId?: boolean
|
||||
size: number;
|
||||
max?: number;
|
||||
autoIndexId?: boolean;
|
||||
}
|
||||
|
||||
export interface SchemaOption {
|
||||
|
||||
Reference in New Issue
Block a user