mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
Refactor: Default WebBkndConfig env to Record<string, string |
undefined>
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
import type { AdminControllerOptions } from "modules/server/AdminController";
|
||||
import type { App } from "App";
|
||||
|
||||
export type WebBkndConfig<Env = any> = FrameworkBkndConfig<Env> & {
|
||||
export type WebBkndConfig<Env = Record<string, string | undefined>> = FrameworkBkndConfig<Env> & {
|
||||
adminOptions?: AdminControllerOptions | false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user