export interface About {
instance: {
name: string
shortDescription: string
description: string
terms: string
}