UNPKG

lightrail-client

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