2024-07-03 13:19:53 +02:00

7 lines
94 B
TypeScript

export interface IAssetAlias
{
link?: string;
flipH?: boolean;
flipV?: boolean;
}