export interface UnsplashAuthenticationInfo {
    applicationId: string;
    clientIdKey: string;
}
