mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[@types/dynogels] fix/allow multiple types as per Joi validation in dynogels (#35765)
This commit is contained in:
parent
9b220a15cb
commit
54d911076b
4
types/dynogels/index.d.ts
vendored
4
types/dynogels/index.d.ts
vendored
@ -246,8 +246,8 @@ export interface ModelConfiguration {
|
||||
hashKey: string;
|
||||
rangeKey?: string;
|
||||
timestamps?: boolean;
|
||||
createdAt?: boolean;
|
||||
updatedAt?: string;
|
||||
createdAt?: boolean | string;
|
||||
updatedAt?: boolean | string;
|
||||
schema?: SchemaType;
|
||||
validation?: joi.ValidationOptions;
|
||||
tableName?: string | tableResolve;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user