Advertisement
xxxxbe

interface

Jun 30th, 2020
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export interface  Schedule{
  2.  
  3.  
  4.    lv_from: string,
  5.    lv_to: string,
  6.    s_from: string,
  7.    s_to: string,
  8.    d_from: string,
  9.    d_to: string,
  10.    d_nam_f: string,
  11.    d_des_d: string,
  12.    d_fes_d: string
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement