()
| 868 | // --------------------------------------------------------------------------- |
| 869 | |
| 870 | export const collectTables = (): FumaTables => { |
| 871 | validateExecutorOwnerPolicyTables(coreSchema); |
| 872 | return { ...coreSchema }; |
| 873 | }; |
| 874 | |
| 875 | const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => { |
| 876 | for (const [tableKey, tableDef] of Object.entries(tables)) { |