diff --git a/index.d.ts b/index.d.ts index 4e95ae6..3d8f88b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -118,7 +118,7 @@ interface Interface extends Type { strict: boolean; }; update: Update; - extend(mixins: StructMixin | Array, name?: string): Struct; + extend(mixins: StructMixin | Array, name?: string | StructOptions): Struct; } export function interface(props: StructProps, name?: string | StructOptions): Interface;