()
| 722 | // --------------------------------------------------------------------------- |
| 723 | |
| 724 | export const collectTables = (): FumaTables => { |
| 725 | validateExecutorOwnerPolicyTables(coreSchema); |
| 726 | return { ...coreSchema }; |
| 727 | }; |
| 728 | |
| 729 | const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => { |
| 730 | for (const [tableKey, tableDef] of Object.entries(tables)) { |