UNPKG

@tsclass/tsclass

Version:

Provides TypeScript definitions for various business, financial, networking, content, and other common classes.

5 lines (4 loc) 76 B
export interface IJwtKeypair { privatePem: string; publicPem: string; }