interface JsonCodecOperationBase<T> {
    op: T;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

op: T

Mnemonic.