mastra
Version:
cli for mastra
8 lines • 373 B
TypeScript
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