mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-21 12:14:05 +00:00
Finalize Typescript restructure
This commit is contained in:
@@ -17,6 +17,7 @@ export interface CreateCustomFieldPayload {
|
||||
is_required?: boolean
|
||||
options?: Array<{ name: string }> | string[] | null
|
||||
order?: number | null
|
||||
default_answer?: string | null
|
||||
}
|
||||
|
||||
export const customFieldService = {
|
||||
|
||||
Reference in New Issue
Block a user