igniteui-react-core
Version:
Ignite UI React Core.
24 lines (23 loc) • 589 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class TransactionStateDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private h;
get idRef(): string;
set idRef(a: string);
private i;
get transactionType(): string;
set transactionType(a: string);
private j;
get valueRef(): string;
set valueRef(a: string);
private k;
get versionRef(): string;
set versionRef(a: string);
}