/** * Configuration for the scheme: modifier */ export type SchemeModifierConfig = { darkSuffix?: string; lightSuffix?: string; };