jsketcher/web/app/sketcher/constr/constraintAnnotation.ts
2020-06-22 02:15:18 -07:00

6 lines
No EOL
76 B
TypeScript

export interface ConstraintAnnotation<T> {
save(): T;
load(data: T);
}