()
| 684 | // --------------------------------------------------------------------------- |
| 685 | |
| 686 | export const collectTables = (): FumaTables => { |
| 687 | validateExecutorOwnerPolicyTables(coreSchema); |
| 688 | return { ...coreSchema }; |
| 689 | }; |
| 690 | |
| 691 | const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => { |
| 692 | for (const [tableKey, tableDef] of Object.entries(tables)) { |