mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-16 01:34:08 +00:00
Finalize Typescript restructure
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import { client } from '../client'
|
||||
import { API } from '../endpoints'
|
||||
|
||||
export interface PdfDriver {
|
||||
name: string
|
||||
value: string
|
||||
}
|
||||
export type PdfDriver = string
|
||||
|
||||
export interface DomPdfConfig {
|
||||
pdf_driver: string
|
||||
|
||||
Reference in New Issue
Block a user