/** * This is auto-generated file, don't modify this file manually */ export interface BaseStickerAnimation { /** * Type of animation script */ type?: 'light' | 'dark'; /** * URL of animation script */ url?: string; }