refactor: add missing export for wakatime options type (#3531)

This commit is contained in:
Alexandr Garbuzov
2023-12-11 19:35:07 +01:00
committed by GitHub
parent 2259870e8e
commit c402a23360
+1 -1
View File
@@ -46,7 +46,7 @@ export type TopLangOptions = CommonOptions & {
hide_progress: boolean;
};
type WakaTimeOptions = CommonOptions & {
export type WakaTimeOptions = CommonOptions & {
hide_title: boolean;
hide: string[];
line_height: string;