jira.js
    Preparing search index...

    Variable ContainerForRegisteredWebhooksSchemaConst

    ContainerForRegisteredWebhooksSchema: ZodObject<
        {
            webhookRegistrationResult: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            createdWebhookId: ZodOptional<ZodNumber>;
                            errors: ZodOptional<ZodArray<ZodString>>;
                        },
                        $loose,
                    >,
                >,
            >;
        },
        $loose,
    > = ...

    Container for a list of registered webhooks. Webhook details are returned in the same order as the request.