interface GetCurrentWorkspaceOptions {
    skipSnapshotUpdate?: boolean;
}

Properties

skipSnapshotUpdate?: boolean