@icecreamcake/autojs6-dts
Version:
TypeScript Declarations for AutoJs6
20 lines (15 loc) • 416 B
TypeScript
// Type definitions for AutoJs6 internal module media
//
// Definitions by: SuperMonster003 <https://github.com/SuperMonster003>
// TypeScript Version: 4.3.5
//
// Last modified: Oct 21, 2021
/// <reference path="../index.d.ts" />
/**
* @Source %AutoJs6Assets%/modules/__media__.js
*/
declare namespace Internal {
class Media extends org.autojs.autojs.runtime.api.Media {
/* Empty body. */
}
}