UNPKG

lightrail-client

Version:
5 lines (4 loc) 172 B
import { LightrailResponse } from "../LightrailResponse"; import { Contact } from "../../model"; export interface GetContactResponse extends LightrailResponse<Contact> { }