Use any instead of Object
This commit is contained in:
parent
d2c70afd37
commit
ac8eb94a27
81 changed files with 398 additions and 397 deletions
|
|
@ -10,9 +10,9 @@ import serializeApp from './app';
|
|||
/**
|
||||
* Serialize an auth session
|
||||
*
|
||||
* @param {Object} session
|
||||
* @param {Object} me?
|
||||
* @return {Promise<Object>}
|
||||
* @param {any} session
|
||||
* @param {any} me?
|
||||
* @return {Promise<any>}
|
||||
*/
|
||||
export default (
|
||||
session: any,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue