export declare type ProductPaymentMethod = { id: number; active?: boolean | null; activeUntil?: string | null; activeAfter?: string | null; productId?: number | null; paymentMethodId?: number | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };