Type alias WebhookLogsPayload

WebhookLogsPayload: {
    __typename?: "WebhookLogsPayload";
    entries: WebhookLog[];
    total: Scalars["Int"];
}

Type declaration

  • Optional __typename?: "WebhookLogsPayload"
  • entries: WebhookLog[]
  • total: Scalars["Int"]

Generated using TypeDoc