UNPKG

lightrail-client

Version:
8 lines (7 loc) 251 B
import { LightrailResponse } from "../LightrailResponse"; import { Value } from "../../model"; export interface DetachContactFromValueParams { valueId: string; } export interface DetachContactFromValueResponse extends LightrailResponse<Value> { }