interface ThreadField {
    booleanValue: null | boolean;
    createdAt: string;
    createdBy: InternalActor;
    id: string;
    key: string;
    stringValue: null | string;
    threadId: string;
    type: "BOOL" | "ENUM" | "STRING";
    updatedAt: string;
    updatedBy: InternalActor;
}

Properties

booleanValue: null | boolean
createdAt: string
createdBy: InternalActor
id: string
key: string
stringValue: null | string
threadId: string
type: "BOOL" | "ENUM" | "STRING"
updatedAt: string
updatedBy: InternalActor

Generated using TypeDoc