interface CloudbotStore {
    _id: string;
    from: string;
    imageHref: string;
    isTest: boolean;
    message: string;
    name: string;
    priority: number;
    product: string;
    to: To;
}

Properties

_id: string
from: string
imageHref: string
isTest: boolean
message: string
name: string
priority: number
product: string
to: To