Skip to content

API Requests~feedback

vicente6j edited this page Oct 10, 2022 · 3 revisions

Creates and inserts feedback details into db. `export const createFeedback = async (f: Feedback)

Retrieves feedback from database (certain count). export const getFeedback = async ( feedbackType: "bug" | "feature" | "change", count?: number `)