Interface IConditionInternalBase

interface IConditionInternalBase {
    appId: string;
    bookmarkId: string;
    created: string;
    createdById: string;
    description: string;
    id: string;
    lastReloadTime: string;
    ownerId: string;
    tenantId: string;
    type: "data" | "compound";
    updated: string;
}

Properties

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