import { DeepPartial } from "../deep-partial";
import { DeepWritable } from "../deep-writable";
export type Buildable<Type> = DeepPartial<DeepWritable<Type>>;
