Interface FrontendGroup

interface FrontendGroup {
    fields?: FrontendFields[];
    icon?: string;
    title: string;
}

Properties

Properties

fields?: FrontendFields[]
icon?: string
title: string