UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

18 lines 469 B
/** SMS senders' document */ export interface SenderDocument { /** Creation datetime */ createdAt: string; /** Document description */ description?: string; /** Document ID */ documentID: string; /** URL to get document */ getUrl: string; /** Document name */ name: string; /** URL to upload document */ putUrl?: string; /** Document size (in bytes) */ size: number; } //# sourceMappingURL=SenderDocument.d.ts.map