UNPKG

@kinde-oss/kinde-auth-pkce-js

Version:

Kinde PKCE authentication for SPAs

6 lines (5 loc) 159 B
import { KindeFlagValueType } from '../../types'; export type KindeFlagType<T extends keyof KindeFlagValueType> = { t: T; v: KindeFlagValueType[T]; };