UNPKG

lightrail-client

Version:
8 lines (7 loc) 232 B
import { LightrailResponse } from "../LightrailResponse"; import { Value } from "../../model/Value"; export interface GetValueParams { showCode?: boolean; } export interface GetValueResponse extends LightrailResponse<Value> { }