export interface ScriptGenerationLoaderProps { /** * array */ actions?: string[]; /** * In percentage */ width?: number; /** * In percentage */ height?: number; path?: string; }