UNPKG

fsl-authorization

Version:
9 lines (7 loc) 160 B
export {}; declare global { interface Window { handleMessage: ((d: { data: { type: string; data: any } }) => void) | null; apiOrigin?: string; } }