UNPKG

mastra

Version:
8 lines 373 B
export declare function createToken(token: string, orgId: string, name: string): Promise<{ id: string; secret: string; }>; export declare function createTokenAction(name: string): Promise<void>; export declare function listTokensAction(): Promise<void>; export declare function revokeTokenAction(tokenId: string): Promise<void>; //# sourceMappingURL=tokens.d.ts.map