export interface ThirdParty { externalSystemId: number; code: string; name: string; description: string | null; ssoIntegration: boolean; sftpIntegration: boolean; internalIntegration: boolean; externalIntegration: boolean; id_tokenIntegration: boolean; ftpdirectory: string | null; whitelistedDomain: string | null; }