export interface TypeArgs {
    snippet: string;
    name: string;
    path: string;
    isFlat: boolean;
    prefix: string;
    suffix: string;
}
