import { WithMongooseProps } from './with-mongoose-props' import { WithTenantProps } from './with-tenant-props' export type ActConfig = WithMongooseProps< WithTenantProps<{ wsdlUrl: string username: string group: string password: string cancellationDateInterval: number }> >