{"version":3,"file":"type-utils.cjs","sourceRoot":"","sources":["../../../src/NotificationServicesController/types/type-utils.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Computes and combines intersection types for a more \"prettier\" type (more human readable)\n */\nexport type Compute<Item> = Item extends Item\n  ? { [K in keyof Item]: Item[K] }\n  : never;\n"]}