/** * This is auto-generated file, don't modify this file manually */ export interface AppsCustomSnippet { vk_ref?: Array<'snippet_im' | 'snippet_post'>; group_id?: number[]; hash?: string[]; snippet_id?: number; title?: string; description?: string; expired_at?: number; image_url?: string; small_image_url?: string; button?: 'buy' | 'buy_ticket' | 'contact' | 'create' | 'enroll' | 'fill' | 'go' | 'open' | 'play'; }