UNPKG

@zup-it/beagle-backend-cli

Version:

CLI for Beagle Backend using TypeScript

8 lines (5 loc) 183 B
import { getGlobalContext } from '@zup-it/beagle-backend-core' export interface GlobalContext { message?: string, } export const globalContext = getGlobalContext<GlobalContext>()