Back

Version 11

2/1/2024
export type BrowserContext = {
token: string;
url: string;
params: Record<string, any>;
config: Record<string, any>;
api: (endpoint: string, init?: RequestInit) => Promise<any>;
};
Updated: March 29, 2024