export interface TypeConfig {
    snippetName: string;
    pathToSnippet: string;
}
