Skip to content

Commit

Permalink
refactor: add missing export for wakatime options type (anuraghazra#3531
Browse files Browse the repository at this point in the history
)
  • Loading branch information
qwerty541 authored and j4ckofalltrades committed Mar 13, 2024
1 parent 436d8cc commit 91dd972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cards/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 91dd972

Please sign in to comment.