mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
9 lines
No EOL
120 B
TypeScript
9 lines
No EOL
120 B
TypeScript
export interface ProductionInfo {
|
|
|
|
role: string;
|
|
|
|
originatedFromPrimitive: string;
|
|
|
|
derived?: ProductionInfo[];
|
|
|
|
} |