Type Alias ThemeGroupInput

ThemeGroupInput: {
    name: Scalars["String"]["input"];
    options: ThemeOptionInput[];
}