FastForwardSecondInterface.ets 81 B

1234
  1. export interface FastForwardSecondInterface {
  2. label: string;
  3. value: string;
  4. }