()
| 877 | // --------------------------------------------------------------------------- |
| 878 | |
| 879 | export const collectTables = (): FumaTables => { |
| 880 | validateExecutorOwnerPolicyTables(coreSchema); |
| 881 | return { ...coreSchema }; |
| 882 | }; |
| 883 | |
| 884 | const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => { |
| 885 | for (const [tableKey, tableDef] of Object.entries(tables)) { |