add tenant and user endpoints, services, models and guards
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface CurrencyDto {
|
||||
id: string;
|
||||
code: string;
|
||||
iso2: string;
|
||||
name: string;
|
||||
symbol: string;
|
||||
numericCode: number;
|
||||
|
||||
Reference in New Issue
Block a user