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

This commit is contained in:
Alexandr Garbuzov 2023-12-11 20:35:07 +02:00 committed by GitHub
parent 2259870e8e
commit c402a23360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;