export interface Credentials { url: string; username: string; password: string; isDataSharingAllowed?: boolean; }