Simplify infrastructure to one container
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
export interface TokenPayload {
|
||||
'https://hasura.io/jwt/claims': {
|
||||
'x-hasura-user-email': string;
|
||||
'x-hasura-user-id': string;
|
||||
};
|
||||
}
|
||||
@ -1,6 +0,0 @@
|
||||
export interface Tenant {
|
||||
id: number;
|
||||
name: string;
|
||||
domain: string;
|
||||
auth0_client_id: string;
|
||||
}
|
||||
@ -1,9 +1,6 @@
|
||||
import { Tenant } from './tenant.interface';
|
||||
|
||||
export interface User {
|
||||
id: number;
|
||||
email: string;
|
||||
first_name: string;
|
||||
last_name: string;
|
||||
tenant?: Tenant;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user