oak-general-business/lib/auth/mobile.d.ts

5 lines
179 B
TypeScript

import { AuthDef } from 'oak-domain/lib/types/Auth';
import { EntityDict } from '../oak-app-domain';
declare const authDef: AuthDef<EntityDict, 'mobile'>;
export default authDef;