()
| 805 | // --------------------------------------------------------------------------- |
| 806 | |
| 807 | export const collectTables = (): FumaTables => { |
| 808 | validateExecutorOwnerPolicyTables(coreSchema); |
| 809 | return { ...coreSchema }; |
| 810 | }; |
| 811 | |
| 812 | const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => { |
| 813 | for (const [tableKey, tableDef] of Object.entries(tables)) { |