1 2 3 4 5 6 7 8
import { code } from '../../../../src/frontend'; import { Code } from './base'; export class Store extends Code<code.Store> { public build(): string { return ''; } }