@webitel/api-services
    Preparing search index...

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type CreateFeedbackParams = {
        description?: string;
        key?: string;
        payloadString?: string;
        rating?: number;
    }
    Index

    Properties

    description?: string
    key?: string
    payloadString?: string

    This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18

    rating?: number