UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 206 B
import { JwtSecretsImpl } from '../../../typedef/jwt/impl/JwtSecretsImpl'; export declare class JwtSecretsImplCodec { static encode(x: JwtSecretsImpl): any; static decode(o: any): JwtSecretsImpl; }