PersistentModelConstructor<T>: {
    copyOf(src, mutator): T;
    new (init): T;
}

Type Parameters

Type declaration