()
| 459 | // --------------------------------------------------------------------------- |
| 460 | |
| 461 | export const collectTables = (): FumaTables => { |
| 462 | validateExecutorOwnerPolicyTables(coreSchema); |
| 463 | return { ...coreSchema }; |
| 464 | }; |
| 465 | |
| 466 | const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => { |
| 467 | for (const [tableKey, tableDef] of Object.entries(tables)) { |