export-style.ts 103 B

12345
  1. export interface ExportStyle {
  2. style_id: string,
  3. style_name: string,
  4. description?: string
  5. }