mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 22:35:46 +01:00
config: 🔧 components and containers to TS
This commit is contained in:
parent
e485d6f394
commit
5e66de2f64
43 changed files with 2 additions and 0 deletions
1
types/index.ts
Normal file
1
types/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from './optional';
|
||||
1
types/optional.ts
Normal file
1
types/optional.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export type Optional<T> = T | undefined;
|
||||
Loading…
Add table
Add a link
Reference in a new issue