Allow `subject` in type def

pull/61/head
Amio 2019-07-06 17:54:41 +08:00
rodzic 3c63b7e6af
commit 7c0c70a5f4
1 zmienionych plików z 1 dodań i 0 usunięć

1
src/index.d.ts vendored
Wyświetl plik

@ -1,5 +1,6 @@
interface BadgenOptions {
status: string;
subject?: string;
label?: string;
color?: string;
style?: StyleOption;