forked from Botanical/BotanJS
9 lines
107 B
JavaScript
9 lines
107 B
JavaScript
/**
|
|
* @typedef {{
|
|
* id: string,
|
|
* mesg: string,
|
|
* data: string
|
|
* }}
|
|
*/
|
|
_AstJson_.AJaxGetNotis;
|