controller & factory
This commit is contained in:
parent
3f0549bd44
commit
36ecccd0dc
5 changed files with 187 additions and 2 deletions
10
src/viewmodel/admin/user/api.models.ts
Normal file
10
src/viewmodel/admin/user/api.models.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { PermissionObject } from "../../../type/permissionTypes";
|
||||
|
||||
export interface ApiViewModel {
|
||||
id: number;
|
||||
permissions: PermissionObject;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
lastUsage?: Date;
|
||||
expiry?: Date;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue