Type Alias ConditionBase

A base condition

type ConditionBase = {
    appId?: string;
    bookmarkId?: string;
    created?: string;
    createdById?: string;
    description?: string;
    id?: string;
    lastReloadTime?: string;
    ownerId?: string;
    tenantId?: string;
    type?: "compound" | "data";
    updated?: string;
}
Index

Properties

appId?: string

The id of the app the condition is evaluated against

bookmarkId?: string
created?: string
createdById?: string
description?: string
id?: string
lastReloadTime?: string
ownerId?: string
tenantId?: string
type?: "compound" | "data"
updated?: string