@@ -39,17 +39,18 @@ extends Omit<
|
||||
}
|
||||
|
||||
|
||||
type MutableInput<
|
||||
interface MutableInput<
|
||||
Self,
|
||||
Fields extends Schema.Struct.Fields,
|
||||
I, R, C,
|
||||
Inherited,
|
||||
Proto
|
||||
> = Omit<Schema.Class<Self, Fields, I, R, C, Inherited, Proto>,
|
||||
| "extend"
|
||||
| "transformOrFail"
|
||||
| "transformOrFailFrom"
|
||||
>
|
||||
> extends StaticType<Schema.Class<Self, Fields, I, R, C, Inherited, Proto>> {
|
||||
new(
|
||||
props: any,
|
||||
options?: any,
|
||||
): Schema.Struct.Type<Fields> & Omit<Inherited, keyof Fields> & Proto
|
||||
}
|
||||
|
||||
export const Mutable = <
|
||||
Self,
|
||||
|
||||
Reference in New Issue
Block a user