Interface AddTagParams

interface AddTagParams {
    color?: string;
    name: string;
    request_id?: string;
}

Properties

color?: string
name: string
request_id?: string