mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +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);
|
|
} |