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

    Interface WorkspaceUpdate

    interface WorkspaceUpdate {
        id: string;
        path: string;
        before?: unknown;
        after?: unknown;
    }
    Index

    Properties

    Properties

    id: string
    path: string
    before?: unknown
    after?: unknown