[add] 新增Line登入
This commit is contained in:
7
define/interface.ts
Normal file
7
define/interface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Liff資料
|
||||
export interface ILiffData {
|
||||
userId: string;
|
||||
displayName: string;
|
||||
statusMessage: string;
|
||||
pictureUrl: string;
|
||||
}
|
||||
Reference in New Issue
Block a user