export interface LogOptions { action: string; appId?: string; } /** * 记录日志 */ export default function postLog(options: LogOptions): Promise;