UNPKG

159 BTypeScriptView Raw
1import { DeepPartial } from "../deep-partial";
2import { DeepWritable } from "../deep-writable";
3export type Buildable<Type> = DeepPartial<DeepWritable<Type>>;