UNPKG

@iota-pico/api

Version:
11 lines (10 loc) 196 B
/** * Represents the common response from all commands. * @interface */ export interface ICommonResponse { /** * The duration of the request. */ duration: number; }