Type name

This commit is contained in:
Nate Butler 2022-03-31 23:42:45 -04:00 committed by Keith Simmons
parent bfeb6abb4b
commit 43a7cadf5b

View file

@ -62,6 +62,7 @@ export interface Syntax {
};
export default interface Theme {
name: string;
backgroundColor: {
100: BackgroundColor;
300: BackgroundColor;