Skip to content

Commit

Permalink
add BadgeUserConfig type
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
  • Loading branch information
lorenzolewis committed Sep 12, 2023
1 parent b688116 commit 8d0d7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/starlight/schemas/badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ export const BadgeConfigSchema = () =>
.optional();

export type Badge = z.output<ReturnType<typeof badgeSchema>>;
export type BadgeUserConfig = z.input<ReturnType<typeof BadgeConfigSchema>>;

0 comments on commit 8d0d7b9

Please sign in to comment.