refactor(account): add name property to tenant response type

pull/6617/head
mehmet-erim 5 years ago
parent 3c817c80d7
commit afc8cd6c89

@ -1,4 +1,5 @@
export interface TenantIdResponse {
success: boolean;
tenantId: string;
name: string;
}

Loading…
Cancel
Save