Interface AppEventType

interface AppEventType {
    id: string;
    key: string;
    name: string;
    revision: string;
    archivedAt?: string;
    subscribeRequest?: HttpRequestSpec;
    example?: any;
    schema?: DataSchema;
    globalWebhookUri: string;
    userIdFormula?: any;
}

Properties

id: string
key: string
name: string
revision: string
archivedAt?: string
subscribeRequest?: HttpRequestSpec
example?: any
schema?: DataSchema
globalWebhookUri: string
userIdFormula?: any