1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00
unleash.unleash/src/lib/features/dependent-features
Gastón Fournier f16ad4e899
chore: import IUser instead of User for auth (#5269)
## About the changes
A very subtle change in the way we import IUser makes a huge difference
because previously, instead of importing IUser interface we were
importing User and naming it IUser here:

6f8f21fd48/src/lib/routes/unleash-types.ts (L2)
whereas the correct way of importing the interface is:

eec64b119e/src/lib/routes/unleash-types.ts (L2)
2023-11-06 10:46:59 +01:00
..
createDependentFeaturesService.ts feat: dependent features use new transaction mechanism (#5073) 2023-10-18 08:59:26 +02:00
dependent-features-controller.ts feat: feature search stub (#5143) 2023-10-25 10:50:59 +02:00
dependent-features-read-model-type.ts feat: show warning about dependencies removed on archive (#5104) 2023-10-20 08:58:03 +02:00
dependent-features-read-model.ts feat: sort parent options alphabetically (#5238) 2023-11-01 21:18:19 +01:00
dependent-features-service.ts chore: import IUser instead of User for auth (#5269) 2023-11-06 10:46:59 +01:00
dependent-features-store-type.ts feat: Protect archive feature (#5003) 2023-10-12 08:38:03 +02:00
dependent-features-store.ts feat: Protect archive feature (#5003) 2023-10-12 08:38:03 +02:00
dependent-features.ts
dependent.features.e2e.test.ts feat: sort parent options alphabetically (#5238) 2023-11-01 21:18:19 +01:00
fake-dependent-features-read-model.ts feat: show warning about dependencies removed on archive (#5104) 2023-10-20 08:58:03 +02:00
fake-dependent-features-store.ts