export interface STSite { key?: string; slug?: string; name?: string; url?: string; imgSrc?: string; createdAt?: Date; updatedAt?: Date; }