test: Add types to getUser test file

This commit is contained in:
Faruk AYDIN
2023-10-04 20:42:47 +02:00
parent b5df1a026a
commit 1683c5630a
5 changed files with 22 additions and 14 deletions

View File

@@ -99,6 +99,8 @@ export interface IUser {
steps: IStep[];
role: IRole;
permissions: IPermission[];
createdAt: string | Date;
updatedAt: string | Date;
}
export interface IRole {