Type alias ThemeGroupInput

ThemeGroupInput: {
    name?: string | null;
    options?: (ThemeOptionInput | null)[] | null;
}

Type declaration

  • Optional name?: string | null
  • Optional options?: (ThemeOptionInput | null)[] | null

Generated using TypeDoc