12 lines
247 B
TypeScript
12 lines
247 B
TypeScript
export interface IForm {
|
|
VerifyNUM: string,
|
|
VerifySys: string,
|
|
WalletAddress: string,
|
|
VerifyRemarks: string,
|
|
LINEUserID: string,
|
|
LINEdisplayName: string,
|
|
LINEpictureUrl: string,
|
|
LINEstatusMessage: string,
|
|
Veify_Checked: string
|
|
}
|