OneSDK
    Preparing search index...
    interface CloudbotStore {
        _id: string;
        from: string;
        imageHref: string;
        isTest: boolean;
        message: string;
        name: string;
        priority: number;
        product: string;
        to: To;
    }
    Index

    Properties

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