Type Alias TallyFormSimpleResponseDTO
TallyFormSimpleResponseDTO: { createdAt: string; id: string; isClosed: boolean; name: string; numberOfSubmissions: number; payments?: TallyPaymentsDTO[]; status: TallyFormStatus; updatedAt: string; workspaceId: string;} Type declaration
createdAt: string
id: string
isClosed: boolean
name: string
numberOfSubmissions: number
updatedAt: string
workspaceId: string
Type definition for the response payload after creating or updating a form