authelia/server/types/Identity.ts

6 lines
70 B
TypeScript
Raw Normal View History

2017-05-20 07:49:05 +00:00
export interface Identity {
userid: string;
email: string;
}