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

5 lines
183 B
TypeScript

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