InterfaceSuggestionRepository

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

Methods

Methods