RocketChat/Rocket.Chat

View on GitHub
packages/core-typings/src/IOEmbedCache.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface IOEmbedCache {
    _id: string;

    data: any;
    updatedAt: Date;
}