fix(line-login): add missing email prop (#3098)

This commit is contained in:
nrikiji 2019-07-12 18:41:35 +09:00 committed by Daniel Sogl
parent 8ce541ff9a
commit 7aa08109ce

View File

@ -23,6 +23,11 @@ export interface LineLoginProfile {
* Line Profile Name
*/
displayName: string;
/**
* Email
*/
email?: string;
}
export interface LineLoginAccessToken {