UNPKG

igniteui-react-core

Version:
24 lines (23 loc) 589 B
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); }