6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
export type AppContext = {
|
|
dufflepudUrl?: string
|
|
}
|
|
|
|
export const appContext: AppContext = {}
|