UNPKG

tplus-api

Version:

tplus api invoke

6 lines (5 loc) 144 B
interface LogParam { eventId: string; } export default function serverLog<T extends LogParam>(logstore: string, param: T): void; export {};