UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

8 lines (7 loc) 332 B
export declare const decodeAccessToken: (accessToken: string) => { exp: number; projectId: string; sub: string; } | undefined; export declare const accessTokenMatchesProject: (accessToken: string, projectId: string) => boolean; export declare const getUserIdFromAccessToken: (accessToken: string) => string | undefined;