UNPKG

178 BTypeScriptView Raw
1import { Grant } from 'keycloak-connect';
2export declare type OpsGrant = Grant & {
3 access_token: {
4 content: {
5 session_state: string;
6 };
7 };
8};