UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 309 B
/** Sms history of sms incoming received */ export interface Incoming { /** */ creationDatetime: string; /** */ credits: number; /** */ id: number; /** */ message: string; /** */ sender: string; /** */ tag: string; } //# sourceMappingURL=Incoming.d.ts.map