UNPKG

lightrail-client

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