mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-31 11:12:35 +01:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
export interface IAssetAlias
|
|
{
|
|
link?: string;
|
|
flipH?: boolean;
|
|
flipV?: boolean;
|
|
}
|