UNPKG

@selfcommunity/types

Version:

Types to integrate a community created with SelfCommunity.

8 lines (7 loc) 104 B
/** * Language code identifier */ export declare enum SCLanguageType { EN = "en", IT = "it" }