mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: support and feedback modal with third party support (#13056)
This commit is contained in:
parent
ecb5cb00eb
commit
3eccff4306
10 changed files with 274 additions and 8 deletions
|
|
@ -30,6 +30,11 @@ export class ServerAboutResponseDto {
|
|||
exiftool?: string;
|
||||
|
||||
licensed!: boolean;
|
||||
|
||||
thirdPartySourceUrl?: string;
|
||||
thirdPartyBugFeatureUrl?: string;
|
||||
thirdPartyDocumentationUrl?: string;
|
||||
thirdPartySupportUrl?: string;
|
||||
}
|
||||
|
||||
export class ServerStorageResponseDto {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue