UNPKG

@iota-pico/api

Version:
12 lines (11 loc) 267 B
import { ICommonResponse } from "./ICommonResponse"; /** * Represents the response from getTips command. * @interface */ export interface IGetTipsResponse extends ICommonResponse { /** * The hashes for the tips. */ hashes: string[]; }