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