UNPKG

@expressive-analytics/deep-thought-service

Version:

Typescript conversion of Deep Thought Services (formerly providers)

10 lines (9 loc) 268 B
import { DTStore } from '@expressive-analytics/deep-thought-js'; export interface DTVerifier { /** * sidekick that verifies credentials for requests */ db: () => DTStore; verify: (action: string, token: any) => boolean; userID(): () => number; }