Interface SuggestionRepository

interface SuggestionRepository {
    list(params?, meta?): Paginator<Suggestion[], ListSuggestionsParams>;
}

Methods

Methods