mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
6 lines
No EOL
76 B
TypeScript
6 lines
No EOL
76 B
TypeScript
export interface ConstraintAnnotation<T> {
|
|
|
|
save(): T;
|
|
|
|
load(data: T);
|
|
} |