openaire-library/utils/background-utils.ts

5 lines
65 B
TypeScript

export interface Background {
class: string,
dark: boolean
}