Skip to content

Commit a300f83

Browse files
committed
feat: add onDelete type
1 parent 96c2c8f commit a300f83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

adminforth/types/Back.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,6 +2037,7 @@ export interface AdminForthForeignResource extends AdminForthForeignResourceComm
20372037
afterDatasourceResponse?: AfterDataSourceResponseFunction | Array<AfterDataSourceResponseFunction>,
20382038
},
20392039
},
2040+
onDelete: 'cascade' | 'setNull'
20402041
}
20412042

20422043
export type ShowInModernInput = {

0 commit comments

Comments
 (0)