export interface About {
    'name': string;
    'description': string;
    'version': string;
    'logo_url': string;
    'subtitle': string;
}
