Skip to main content
Module

x/alosaur/src/injection/types/registration-options.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
import Lifecycle from "./lifecycle.ts";
type RegistrationOptions = { lifecycle: Lifecycle;};
export default RegistrationOptions;