OneSDK — OneComme 9.1.1
    Preparing search index...

    Interface CommentSearchQuery

    interface CommentSearchQuery {
        comment?: string;
        firstTime?: boolean;
        from?: string;
        gift?: boolean;
        limit?: number;
        name?: string;
        offset?: number;
        orderBy?: "desc" | "asc";
        service?: keyof ServiceList;
        to?: string;
        userId?: string;
    }
    Index

    Properties

    comment?: string
    firstTime?: boolean
    from?: string
    gift?: boolean
    limit?: number
    name?: string
    offset?: number
    orderBy?: "desc" | "asc"
    service?: keyof ServiceList
    to?: string
    userId?: string