Interface WorkspaceUpdate

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

Properties

Properties

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