export interface Authentication {
    type?: string | null;
}
