(_input: PermissionV2.AssertInput)
| 43 | } |
| 44 | let runFailure: AppProcess.AppProcessError | undefined |
| 45 | let afterPermission = (_input: PermissionV2.AssertInput): Effect.Effect<void> => Effect.void |
| 46 | |
| 47 | const permission = Layer.succeed( |
| 48 | PermissionV2.Service, |