interface OfficialEmotion {
    id: number;
    pic: string;
    pic_type: string;
}

Properties

Properties

id: number
pic: string
pic_type: string