src/api/webApi/data/typed.interface.ts
Methods |
getDataType |
getDataType()
|
Defined in src/api/webApi/data/typed.interface.ts:19
|
Returns :
DataType
|
import { DataType } from 'api/webApi/classes/dataType.enum';
export interface Typed {
getDataType(): DataType;
}