export type SnippetType = { subdomain: string; snippetFileLocation: string; content: string; };