forked from Botanical/BotanJS
Migrate old externs 7/x
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @type {Object} */
|
||||
_AstJson_.AJaxGetNotis = {};
|
||||
/** @type {string} */
|
||||
_AstJson_.AJaxGetNotis.mesg;
|
||||
/** @type {string} */
|
||||
_AstJson_.AJaxGetNotis.id;
|
||||
/** @type {string} */
|
||||
_AstJson_.AJaxGetNotis.date;
|
||||
/**
|
||||
* @typedef {{
|
||||
* id: string,
|
||||
* mesg: string,
|
||||
* data: string
|
||||
* }}
|
||||
*/
|
||||
_AstJson_.AJaxGetNotis;
|
||||
|
||||
Reference in New Issue
Block a user