Interface IApp

interface IApp {
    language: () => Promise<"en" | "zh">;
}

Properties

Properties

language: () => Promise<"en" | "zh">