tutti-api - v2.1.0
    Preparing search index...

    Interface ReplyOptions

    interface ReplyOptions {
        body: string;
        cc?: boolean;
        email: string;
        itemId: string;
        name: string;
    }
    Index

    Properties

    Properties

    body: string
    cc?: boolean
    email: string
    itemId: string
    name: string