ncube-thyme-typescript
Version:
nCube Thyme for Typescript (oneM2M client)
28 lines (26 loc) • 354 B
text/typescript
/**
* HTTP Mapping
*/
export enum M2MType {
/**
* Application Entity
*/
ApplicationEntity = 2,
/**
* Container
*/
Container = 3,
/**
* Content Instance
*/
ContentInstance = 4,
/**
* CSE(Common Service Entity) Base
*/
CSEBase = 5,
/**
* Subscribe
*/
Subscribe = 23,
}
export type DateString = string