UNPKG

@splitsoftware/splitio-commons

Version:
11 lines (9 loc) 200 B
export interface IDecodedJWTToken { ['x-ably-capability']: string exp: number iat: number /** Unused fields: */ // orgId?: string, // envId?: string, // ['x-ably-clientId']?: string, }