mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix(Contacts): validate contact associated transcations.
This commit is contained in:
@@ -32,4 +32,12 @@ export interface ISaleEstimateDTO {
|
||||
|
||||
export interface ISalesEstimatesFilter extends IDynamicListFilterDTO {
|
||||
stringifiedFilterRoles?: string,
|
||||
}
|
||||
|
||||
|
||||
export interface ISalesEstimatesService {
|
||||
validateCustomerHasNoEstimates(
|
||||
tenantId: number,
|
||||
customerId: number,
|
||||
): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user