ModelMeta<T>: {
    builder: PersistentModelConstructor<T>;
    pkField: string[];
    schema: SchemaModel;
}

Type Parameters

Type declaration