ð§ Question time
This commit is contained in:
parent
38ccf65789
commit
20eafd4a99
17 changed files with 123 additions and 44 deletions
|
@ -22,12 +22,6 @@ export interface PatternConfig {
|
|||
[propName: string]: any;
|
||||
}
|
||||
|
||||
export type Pattern = {
|
||||
parts: string[];
|
||||
measurements: string[];
|
||||
config: PatternConfig;
|
||||
}
|
||||
|
||||
export type DraftMode = "sample" | "compare" | "draft";
|
||||
export type CompareGroup = "men" | "women";
|
||||
export type Units = "metric" | "imperial";
|
||||
|
@ -43,5 +37,3 @@ export interface DraftConfig {
|
|||
scope?: string[];
|
||||
theme?: string;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue