Type alias QuickBaseResponseGetAppEvents

QuickBaseResponseGetAppEvents: {
    isActive: boolean;
    name: string;
    owner: {
        email: string;
        id: string;
        name: string;
        userName: string;
    };
    tableId: string;
    type: "webhook" | "qb-action" | "email-notification" | "subscription" | "reminder" | "automation";
    url: string;
}[]

Generated using TypeDoc