import { CFContextRender, CFContextManage } from "../../CommonTypes"; export type GetContextResponseRender = CFContextRender; export type GetContextResponseManage = CFContextManage; export type GetContextResponse = CFContextRender | CFContextManage; export type GetContext = () => Promise;