UNPKG

matterbridge-aeg-robot

Version:

A Matterbridge plugin that connects AEG RX 9 / Electrolux Pure i9 robot vacuums to the Matter smart home ecosystem.

16 lines 309 B
export interface AccessTokenHeader { kid: string; alg: string; typ: string; } export interface AccessTokenPayload { iat: number; iss: string; aud: string; exp: number; sub: string; azp: string; scope: string; occ: string; } //# sourceMappingURL=token-types.d.ts.map