UNPKG

kinoklub-api

Version:

Support library for KinoKlub

5 lines (4 loc) 272 B
import { Language } from './interfaces/global'; export declare const programUrl: (lang: Language) => string; export declare const movieUrl: (movieId: number, lang: Language) => string; export declare const ticketsRedirectUrl = "https://bartweb.cz/kinoklub/redirect.html";