test: Implement tests for get trial status graphQL query
This commit is contained in:
1
packages/types/index.d.ts
vendored
1
packages/types/index.d.ts
vendored
@@ -101,6 +101,7 @@ export interface IUser {
|
||||
permissions: IPermission[];
|
||||
createdAt: string | Date;
|
||||
updatedAt: string | Date;
|
||||
trialExpiryDate: string | Date;
|
||||
}
|
||||
|
||||
export interface IRole {
|
||||
|
Reference in New Issue
Block a user