()
| 816 | // --------------------------------------------------------------------------- |
| 817 | |
| 818 | export const collectTables = (): FumaTables => { |
| 819 | validateExecutorOwnerPolicyTables(coreSchema); |
| 820 | return { ...coreSchema }; |
| 821 | }; |
| 822 | |
| 823 | const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => { |
| 824 | for (const [tableKey, tableDef] of Object.entries(tables)) { |