Commit 1245da0e authored by nanahira's avatar nanahira

fix

parent b0c6e692
......@@ -38,8 +38,8 @@ export type ValidCrudEntity<T> = Record<string, any> & {
PageSettingsFactory;
export interface CrudOptions<T extends ValidCrudEntity<T>> {
relations: (string | RelationDef)[];
extraGetQuery: (qb: SelectQueryBuilder<T>) => void;
relations?: (string | RelationDef)[];
extraGetQuery?: (qb: SelectQueryBuilder<T>) => void;
hardDelete?: boolean;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment