Integration App SDK - v1.14.0
    Preparing search index...

    Type Alias DIRTY<T>

    type DIRTY<T> = {
        status: "dirty";
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    status: "dirty"
    value: T