()
| 692 | // --------------------------------------------------------------------------- |
| 693 | |
| 694 | export const collectTables = (): FumaTables => { |
| 695 | validateExecutorOwnerPolicyTables(coreSchema); |
| 696 | return { ...coreSchema }; |
| 697 | }; |
| 698 | |
| 699 | const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => { |
| 700 | for (const [tableKey, tableDef] of Object.entries(tables)) { |