badgen.net/libs/types.ts

6 wiersze
82 B
TypeScript
Czysty Zwykły widok Historia

2019-05-14 01:36:25 +00:00
export type BadgenParams = {
subject: string
status: string
color: string
}