export interface GetWebhookParams { /** Project ID or Project Key プロジェクトのID または プロジェクトキー */ projectIdOrKey: string | number; /** Webhook ID WebhookのID */ webhookId: string; }