added gradient definitions
This commit is contained in:
6
src/app/models/param.model.ts
Normal file
6
src/app/models/param.model.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Param {
|
||||
colors: {
|
||||
start: string,
|
||||
end: string
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user