// Liff資料 export interface ILiffData { userId: string; displayName: string; statusMessage: string; pictureUrl: string; }