badgen.net/libs/types.ts

6 wiersze
82 B
TypeScript

export type BadgenParams = {
subject: string
status: string
color: string
}