UNPKG

@webuildbots/webuildbots-sdk

Version:
19 lines (18 loc) 346 B
export default interface Media { created: Date; source: string; mimeType: string; useCase: string; userId?: string; agentId?: string; url?: string; s3?: { bucket: string; key: string; }; messenger?: { facebookGraphType: string; attachmentId: string; }; _id?: any; }