Type Alias GetConversionsResponse

GetConversionsResponse: ApiResponse<{
    id: string;
    name: string;
}[]>