export default interface Embed {
    embedUrl: string;
    expiration: Date;
}
