Define Shlink API contract

This commit is contained in:
Alejandro Celaya
2023-07-24 17:30:58 +02:00
parent 3fe48779be
commit 5f6dc186e3
42 changed files with 161 additions and 126 deletions

View File

@@ -13,6 +13,7 @@ interface MenuLayoutProps {
settings: Settings;
}
// FIXME Rename this to something else
export const MenuLayout = (
buildShlinkApiClient: ShlinkApiClientBuilder,
ServerError: FC,