Alokai

DsTransform

DsTransform

export interface DsTransform {
	'algorithm'?: string;
	'getvalue'?: string;
}

Properties

NameRequiredTypeDescription
algorithmOptionalstring{string} DsTransform
getvalueOptionalstring{string} DsTransform

On this page