On this page
Properties

Type Alias DiffCommand<T>

type DiffCommand<T extends DiffOperations> = {
    args: DiffOperationsMap[T];
    command: T;
}

Type Parameters

Index

Properties

Properties

command: T
Was this helpful?
SDK JS
Reference
DiffCommand