2024-04-03 09:27:56 +02:00

7 lines
94 B
TypeScript

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