Router work

This commit is contained in:
Julien Valverdé
2024-07-05 19:31:35 +02:00
parent a49843ec89
commit bb1a422097
4 changed files with 17 additions and 19 deletions

View File

@@ -6,4 +6,4 @@ export const ServicesLive = Layer.mergeAll(
TodoRepositoryLive
)
export type Services = Layer.Layer.Success<typeof ServicesLive>
export interface Services extends Layer.Layer.Success<typeof ServicesLive> {}