export interface ISyllable {
    cho: string;
    jung: string;
    jong?: string;
}
