add comment

This commit is contained in:
Suphonchai Phoonsawat 2024-10-17 10:47:10 +07:00
parent 12b2a2f1fd
commit d91a0bb9d9
2 changed files with 22 additions and 8 deletions

View file

@ -8,6 +8,9 @@ import HttpError from "../interfaces/http-error";
import HttpStatus from "../interfaces/http-status";
interface DPISResponse {
/**
*
*/
status: number;
message: string;
result?: DPISResult;