mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-12 18:08:58 -04:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
export interface TokenPayload {
|
|
'https://hasura.io/jwt/claims': {
|
|
'x-hasura-user-email': string;
|
|
'x-hasura-user-id': string;
|
|
};
|
|
}
|