5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
export type DocumentId = string;
|
|
export type ArtboardId = string;
|
|
export type LayerId = string;
|
|
export type AssetId = string;
|