package customizable import ( "github.com/tech/sendico/pkg/model" ) type DB[T model.PermissionBoundStorable] interface { }