Visual Console Refactor: minor change
Former-commit-id: 2380785b00bc6f400e147d782b2713819d9aa97f
This commit is contained in:
parent
62792c078f
commit
80f4f8f381
|
@ -25,7 +25,7 @@ export type EventsHistoryProps = {
|
|||
* This will allow us to ensure the type safety.
|
||||
*
|
||||
* @param data Raw object.
|
||||
* @return An object representing the simple value props.
|
||||
* @return An object representing the events history props.
|
||||
* @throws Will throw a TypeError if some property
|
||||
* is missing from the raw object or have an invalid type.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue