feat: add core domain model foundations
This commit is contained in:
4
core/id.ts
Normal file
4
core/id.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type DocumentId = string;
|
||||
export type ArtboardId = string;
|
||||
export type LayerId = string;
|
||||
export type AssetId = string;
|
||||
Reference in New Issue
Block a user