@umbraco-cms/backoffice

    Interface UmbWebhookDetailModel

    interface UmbWebhookDetailModel {
        contentTypes: string[];
        description: undefined | null | string;
        enabled: boolean;
        entityType: "webhook";
        events: UmbWebhookEventModel[];
        headers: Record<string, string>;
        name: undefined | null | string;
        unique: string;
        url: string;
    }
    Index

    Properties

    contentTypes: string[]
    description: undefined | null | string
    enabled: boolean
    entityType: "webhook"
    headers: Record<string, string>
    name: undefined | null | string
    unique: string
    url: string
    MMNEPVFCICPMFPCPTTAAATR