form update & token copy
This commit is contained in:
parent
7ded4a21bb
commit
4f13b70ac8
6 changed files with 148 additions and 23 deletions
|
@ -11,16 +11,10 @@ export interface WebapiViewModel {
|
|||
|
||||
export interface CreateWebapiViewModel {
|
||||
title: string;
|
||||
token: string;
|
||||
expiry?: Date;
|
||||
}
|
||||
|
||||
export interface UpdateWebapiViewModel {
|
||||
id: number;
|
||||
title: string;
|
||||
expiry?: Date;
|
||||
}
|
||||
|
||||
export interface DeleteWebapiViewModel {
|
||||
id: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue