mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-21 02:30:14 +00:00
feat: responsive header, search boxes (#10)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ModelServerGroupResponseItem, ModelServer } from "@/types";
|
||||
import { ModelServerGroupResponseItem, ServerIdentifierType } from "@/types";
|
||||
|
||||
export interface ServerContextProps {
|
||||
servers?: ModelServer[];
|
||||
servers?: ServerIdentifierType[];
|
||||
serverGroups?: ModelServerGroupResponseItem[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user