add comment
This commit is contained in:
parent
12b2a2f1fd
commit
d91a0bb9d9
2 changed files with 22 additions and 8 deletions
|
|
@ -8,6 +8,9 @@ import HttpError from "../interfaces/http-error";
|
|||
import HttpStatus from "../interfaces/http-status";
|
||||
|
||||
interface DPISResponse {
|
||||
/**
|
||||
* สถานะ
|
||||
*/
|
||||
status: number;
|
||||
message: string;
|
||||
result?: DPISResult;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue