RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/lib/chats/Upload.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Upload = {
    readonly id: string;
    readonly name: string;
    readonly percentage: number;
    readonly error?: Error;
};