Interface FriendsFriendStatus

interface FriendsFriendStatus {
    sign: string;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

sign: string

MD5 hash for the result validation

user_id: number

User ID

Generated using TypeDoc