interface UserPendant {
    pendant_list?: any;
    serial_id: number;
}

Properties

pendant_list?: any
serial_id: number