done with MVP version
This commit is contained in:
10
src/config.d.ts
vendored
10
src/config.d.ts
vendored
@@ -14,6 +14,16 @@ export interface SvgOptimizeConfig {
|
||||
removeViewBox?: boolean
|
||||
}
|
||||
|
||||
export interface SVGOResponse {
|
||||
data: string;
|
||||
info: { [propname: string]: string }
|
||||
}
|
||||
|
||||
export interface OptimizedResponse {
|
||||
id: string;
|
||||
optimized: SVGOResponse
|
||||
}
|
||||
|
||||
export interface MainConfig {
|
||||
source: string;
|
||||
result: string;
|
||||
|
Reference in New Issue
Block a user