symbol.ts 75 Bytes
export class Symbol {

    symbol: string = '';
    color: string = '';

}