oak-general-business/lib/types/Token.d.ts

4 lines
210 B
TypeScript

import { EntityDict } from '../general-app-domain';
export declare const userProjection: EntityDict['user']['Selection']['data'];
export declare const tokenProjection: EntityDict['token']['Selection']['data'];